Click or drag to resize
OnePassStabilizer Constructor
http://www.emgu.com
Create a one pass stabilizer

Namespace: Emgu.CV.VideoStab
Assembly: Emgu.CV.VideoStab (in Emgu.CV.VideoStab.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public OnePassStabilizer(
	FrameSource baseFrameSource
)

Parameters

baseFrameSource
Type: Emgu.CV.VideoStabFrameSource
The capture object to be stabalized
See Also