Click or drag to resize

CudaBackgroundSubtractorGMG Constructor

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

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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