Table of Contents

Class GaussianMotionFilter

Namespace
Emgu.CV.VideoStab
Assembly
Emgu.CV.dll

Gaussian motion filter

public class GaussianMotionFilter : UnmanagedObject, IDisposable
Inheritance
GaussianMotionFilter
Implements
Inherited Members

Constructors

GaussianMotionFilter(int, float)

Create a Gaussian motion filter

public GaussianMotionFilter(int radius = 15, float stdev = -1)

Parameters

radius int

The radius

stdev float

The standard deviation

Methods

DisposeObject()

Release all the unmanaged memory associated with this object

protected override void DisposeObject()