GeneralizedHoughGuilMinAngle Property
|
Minimal rotation angle to detect in degrees.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_MinAngle();
function set_MinAngle(value);
Return Value
Type:
Double
See Also