OnePassStabilizerSetMotionFilter Method |
http://www.emgu.com
Set the Motion Filter
Namespace:
Emgu.CV.VideoStab
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void SetMotionFilter(
GaussianMotionFilter motionFilter
)
Public Sub SetMotionFilter (
motionFilter As GaussianMotionFilter
)
public:
void SetMotionFilter(
GaussianMotionFilter^ motionFilter
)
member SetMotionFilter :
motionFilter : GaussianMotionFilter -> unit
Parameters
- motionFilter
- Type: Emgu.CV.VideoStabGaussianMotionFilter
The motion filter
See Also