EdgeBoxesMaxAspectRatio Property
|
Gets or sets the max aspect ratio of boxes.
Namespace:
OpenCvSharp.XImgProc
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual float MaxAspectRatio { get; set; }
Public Overridable Property MaxAspectRatio As Single
Get
Set
public:
virtual property float MaxAspectRatio {
float get ();
void set (float value);
}
abstract MaxAspectRatio : float32 with get, set
override MaxAspectRatio : float32 with get, set
function get_MaxAspectRatio();
function set_MaxAspectRatio(value);
Property Value
Type:
Single
See Also