SimpleBlobDetectorParamsThresholdStep Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic float ThresholdStep { get; set; }
Public Property ThresholdStep As Single
Get
Set
public:
property float ThresholdStep {
float get ();
void set (float value);
}
member ThresholdStep : float32 with get, set
function get_ThresholdStep();
function set_ThresholdStep(value);
Property Value
Type:
Single
See Also