Click or drag to resize

OnePassStabilizerSetMotionFilter Method

http://www.emgu.com
Set the Motion Filter

Namespace:  Emgu.CV.VideoStab
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void SetMotionFilter(
	GaussianMotionFilter motionFilter
)

Parameters

motionFilter
Type: Emgu.CV.VideoStabGaussianMotionFilter
The motion filter
See Also