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