| SimpleBlobDetectorParamsThresholdStep Property |
[Missing <summary> documentation for "P:OpenCvSharp.SimpleBlobDetector.Params.ThresholdStep"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Property Value
Type:
SingleSee Also