Click or drag to resize
CudaBackgroundSubtractorMOG2 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 CudaBackgroundSubtractorMOG2(
	int history = 500,
	double varThreshold = 16,
	bool detectShadows = true
)

Parameters

history (Optional)
Type: SystemInt32

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

varThreshold (Optional)
Type: SystemDouble

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

detectShadows (Optional)
Type: SystemBoolean

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

See Also