Click or drag to resize

BackgroundSubtractorMOGCreate Method

Creates mixture-of-gaussian background subtractor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static BackgroundSubtractorMOG Create(
	int history = 200,
	int nMixtures = 5,
	double backgroundRatio = 0.7,
	double noiseSigma = 0
)

Parameters

history (Optional)
Type: SystemInt32
Length of the history.
nMixtures (Optional)
Type: SystemInt32
Number of Gaussian mixtures.
backgroundRatio (Optional)
Type: SystemDouble
Background ratio.
noiseSigma (Optional)
Type: SystemDouble
Noise strength (standard deviation of the brightness or each color channel). 0 means some automatic value.

Return Value

Type: BackgroundSubtractorMOG

[Missing <returns> documentation for "M:OpenCvSharp.BackgroundSubtractorMOG.Create(System.Int32,System.Int32,System.Double,System.Double)"]

See Also