GeneralizedHoughGuilMaxAngle Property
|
Maximal rotation angle to detect in degrees.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double MaxAngle { get; set; }
Public Property MaxAngle As Double
Get
Set
public:
property double MaxAngle {
double get ();
void set (double value);
}
member MaxAngle : float with get, set
function get_MaxAngle();
function set_MaxAngle(value);
Return Value
Type:
Double
See Also