Click or drag to resize

GaussianMotionFilter Constructor

http://www.emgu.com
Create a Gaussian motion filter

Namespace:  Emgu.CV.VideoStab
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public GaussianMotionFilter(
	int radius = 15,
	float stdev = -1f
)

Parameters

radius (Optional)
Type: SystemInt32
The radius
stdev (Optional)
Type: SystemSingle
The standard deviation
See Also