Table of Contents

Class OnePassStabilizer

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

A one pass video stabilizer

public class OnePassStabilizer : FrameSource, IDisposable
Inheritance
OnePassStabilizer
Implements
Inherited Members

Constructors

OnePassStabilizer(FrameSource)

Create a one pass stabilizer

public OnePassStabilizer(FrameSource baseFrameSource)

Parameters

baseFrameSource FrameSource

The capture object to be stabalized

Methods

DisposeObject()

Release the unmanaged memory associated with the stabilizer

protected override void DisposeObject()

SetMotionFilter(GaussianMotionFilter)

Set the Motion Filter

public void SetMotionFilter(GaussianMotionFilter motionFilter)

Parameters

motionFilter GaussianMotionFilter

The motion filter