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