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