| BackgroundSubtractorGMGDecisionThreshold Property |
[Missing <summary> documentation for "P:OpenCvSharp.BackgroundSubtractorGMG.DecisionThreshold"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double DecisionThreshold { get; set; }
Public Property DecisionThreshold As Double
Get
Set
public:
property double DecisionThreshold {
double get ();
void set (double value);
}
member DecisionThreshold : float with get, set
Property Value
Type:
DoubleSee Also