EdgeBoxesMinBoxArea Property
|
Gets or sets the minimum area of boxes.
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual float MinBoxArea { get; set; }
Public Overridable Property MinBoxArea As Single
Get
Set
public:
virtual property float MinBoxArea {
float get ();
void set (float value);
}
abstract MinBoxArea : float32 with get, set
override MinBoxArea : float32 with get, set
function get_MinBoxArea();
function set_MinBoxArea(value);
Property Value
Type:
Single
See Also