GFTTDetectorMinDistance Property
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double MinDistance { get; set; }
Public Property MinDistance As Double
Get
Set
public:
property double MinDistance {
double get ();
void set (double value);
}
member MinDistance : float with get, set
function get_MinDistance();
function set_MinDistance(value);
Property Value
Type:
Double
See Also