Click or drag to resize

BackgroundSubtractorGMGCreate Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static BackgroundSubtractorGMG Create(
	int initializationFrames = 120,
	double decisionThreshold = 0.8
)

Parameters

initializationFrames (Optional)
Type: SystemInt32
decisionThreshold (Optional)
Type: SystemDouble

Return Value

Type: BackgroundSubtractorGMG
See Also