Property VarThreshold
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
VarThreshold
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.
public double VarThreshold { get; set; }