Click or drag to resize

BackgroundSubtractorGMGCreate Method

Creates a GMG Background Subtractor

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

Parameters

initializationFrames (Optional)
Type: SystemInt32
number of frames used to initialize the background models.
decisionThreshold (Optional)
Type: SystemDouble
Threshold value, above which it is marked foreground, else background.

Return Value

Type: BackgroundSubtractorGMG

[Missing <returns> documentation for "M:OpenCvSharp.BackgroundSubtractorGMG.Create(System.Int32,System.Double)"]

See Also