| 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; }
Public Property VarThreshold As Double
Get
Set
public:
property double VarThreshold {
double get ();
void set (double value);
}
member VarThreshold : float with get, set
Property Value
Type:
DoubleSee Also