Property ComplexityReductionThreshold
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
ComplexityReductionThreshold
Gets or sets the complexity reduction threshold. This parameter defines the number of samples needed to accept to prove the component exists. CT=0.05 is a default value for all the samples. By setting CT=0 you get an algorithm very similar to the standard Stauffer&Grimson algorithm.
public double ComplexityReductionThreshold { get; set; }