BackgroundSubtractorMOG2ComplexityReductionThreshold Property |
http://www.emgu.com
The maximum variance
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic 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:
Double
See Also