Class GeneralizedHoughGuil
Guil, N., González-Linares, J.M. and Zapata, E.L. (1999). Bidimensional shape detection using an invariant approach. Pattern Recognition 32 (6): 1025-1038. Detects position, translation and rotation
Inheritance
System.Object
GeneralizedHoughGuil
Implements
Inherited Members
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class GeneralizedHoughGuil : GeneralizedHough, ICvPtrHolder
Properties
| Improve this Doc View SourceAngleEpsilon
Maximal difference between angles that treated as equal.
Declaration
public double AngleEpsilon { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AngleStep
Angle step in degrees.
Declaration
public double AngleStep { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AngleThresh
Angle votes threshold.
Declaration
public int AngleThresh { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Levels
Feature table levels.
Declaration
public int Levels { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxAngle
Maximal rotation angle to detect in degrees.
Declaration
public double MaxAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaxScale
Maximal scale to detect.
Declaration
public double MaxScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinAngle
Minimal rotation angle to detect in degrees.
Declaration
public double MinAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinScale
Minimal scale to detect.
Declaration
public double MinScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PosThresh
Position votes threshold.
Declaration
public int PosThresh { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScaleStep
Scale step.
Declaration
public double ScaleStep { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScaleThresh
Scale votes threshold.
Declaration
public int ScaleThresh { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Xi
Angle difference in degrees between two points in feature.
Declaration
public double Xi { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceCreate()
Creates a predefined GeneralizedHoughBallard object
Declaration
public static GeneralizedHoughGuil Create()
Returns
Type | Description |
---|---|
GeneralizedHoughGuil |
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()