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: 4.1.0.3408 (4.1.0.3408)
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