Table of Contents

Class TwoPassStabilizer

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

A two pass video stabilizer

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

Constructors

TwoPassStabilizer(FrameSource)

Create a two pass video stabilizer.

public TwoPassStabilizer(FrameSource baseFrameSource)

Parameters

baseFrameSource FrameSource

The capture object to be stabilized. Should not be a camera stream.

Methods

DisposeObject()

Release the unmanaged memory

protected override void DisposeObject()