BackgroundSubtractorMOG2VarThreshold Property |
http://www.emgu.com
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:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic 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:
Double
See Also