Click or drag to resize

BackgroundSubtractorMOG2ComplexityReductionThreshold Property

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.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double ComplexityReductionThreshold { get; set; }

Property Value

Type: Double
See Also