Click or drag to resize

BackgroundSubtractorMOG2VarThreshold Property

Gets or sets the variance threshold for the pixel-model match. The main threshold on the squared Mahalanobis distance to decide if the sample is well described by the background model or not. Related to Cthr from the paper.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double VarThreshold { get; set; }

Property Value

Type: Double
See Also