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