Click or drag to resize

OnePassStabilizer Constructor

http://www.emgu.com
Create a one pass stabilizer

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

Parameters

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