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