BackgroundSubtractorMOG2VarThresholdGen Property |
http://www.emgu.com
The variance threshold for the pixel-model match used for new mixture component generation. Threshold for the squared Mahalanobis distance that helps decide when a sample is close to the existing components (corresponds to Tg in the paper). If a pixel is not close to any component, it is considered foreground or added as a new component. 3 sigma =%gt
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic double VarThresholdGen { get; set; }
Public Property VarThresholdGen As Double
Get
Set
public:
property double VarThresholdGen {
double get ();
void set (double value);
}
member VarThresholdGen : float with get, set
Property Value
Type:
Double
See Also