| GeneralizedHoughGuilMinAngle Property |
Minimal rotation angle to detect in degrees.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double MinAngle { get; set; }
Public Property MinAngle As Double
Get
Set
public:
property double MinAngle {
double get ();
void set (double value);
}
member MinAngle : float with get, set
Return Value
Type:
DoubleSee Also