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