Click or drag to resize
TwoPassStabilizer Constructor
http://www.emgu.com
Create a two pass video stabilizer.

Namespace: Emgu.CV.VideoStab
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public TwoPassStabilizer(
	FrameSource baseFrameSource
)

Parameters

baseFrameSource
Type: Emgu.CV.VideoStabFrameSource
The capture object to be stabilized. Should not be a camera stream.
See Also