Click or drag to resize
GaussianMotionFilter Constructor
http://www.emgu.com
Create a Gaussian motion filter

Namespace: Emgu.CV.VideoStab
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public GaussianMotionFilter(
	int radius,
	float stdev
)

Parameters

radius
Type: SystemInt32
The radius, use 15 for default.
stdev
Type: SystemSingle
The standard deviation, use -1.0f for default
See Also