  | EdgeBoxesMinBoxArea Property  | 
 
            Gets or sets the minimum area of boxes.
            
 
    Namespace: 
   OpenCvSharp.XImgProc
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
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
Property Value
Type: 
Single
See Also