Click or drag to resize

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
Syntax
public double VarThreshold { get; set; }

Property Value

Type: Double
See Also