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