Click or drag to resize

CudaBackgroundSubtractorGMG Constructor

http://www.emgu.com
Create a Background/Foreground Segmentation model

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public CudaBackgroundSubtractorGMG(
	int initializationFrames = 120,
	double decisionThreshold = 0.8
)

Parameters

initializationFrames (Optional)
Type: SystemInt32
The number of frames used for initialization
decisionThreshold (Optional)
Type: SystemDouble
The decision threshold
See Also