Click or drag to resize
CudaBackgroundSubtractorMOG Constructor
http://www.emgu.com
Create a Gaussian Mixture-based Background/Foreground Segmentation model

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CudaBackgroundSubtractorMOG(
	int history = 200,
	int nMixtures = 4,
	double backgroundRatio = 0.7,
	double noiseSigma = 0
)

Parameters

history (Optional)
Type: SystemInt32

[Missing <param name="history"/> documentation for "M:Emgu.CV.Cuda.CudaBackgroundSubtractorMOG.#ctor(System.Int32,System.Int32,System.Double,System.Double)"]

nMixtures (Optional)
Type: SystemInt32

[Missing <param name="nMixtures"/> documentation for "M:Emgu.CV.Cuda.CudaBackgroundSubtractorMOG.#ctor(System.Int32,System.Int32,System.Double,System.Double)"]

backgroundRatio (Optional)
Type: SystemDouble

[Missing <param name="backgroundRatio"/> documentation for "M:Emgu.CV.Cuda.CudaBackgroundSubtractorMOG.#ctor(System.Int32,System.Int32,System.Double,System.Double)"]

noiseSigma (Optional)
Type: SystemDouble

[Missing <param name="noiseSigma"/> documentation for "M:Emgu.CV.Cuda.CudaBackgroundSubtractorMOG.#ctor(System.Int32,System.Int32,System.Double,System.Double)"]

See Also