| 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; }
Public Property ComplexityReductionThreshold As Double
Get
Set
public:
property double ComplexityReductionThreshold {
double get ();
void set (double value);
}
member ComplexityReductionThreshold : float with get, set
Property Value
Type:
DoubleSee Also