| GeneralizedHoughGuilMaxAngle Property |
Maximal rotation angle to detect in degrees.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Return Value
Type:
DoubleSee Also