BackgroundSubtractorMOG2ComplexityReductionThreshold Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
function get_ComplexityReductionThreshold();
function set_ComplexityReductionThreshold(value);
Property Value
Type:
Double
See Also