Class GeneralizedHoughGuil
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
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
public class GeneralizedHoughGuil : GeneralizedHough, IDisposable, ICvPtrHolder
- Inheritance
-
GeneralizedHoughGuil
- Implements
- Inherited Members
Properties
AngleEpsilon
Maximal difference between angles that treated as equal.
public double AngleEpsilon { get; set; }
Property Value
AngleStep
Angle step in degrees.
public double AngleStep { get; set; }
Property Value
AngleThresh
Angle votes threshold.
public int AngleThresh { get; set; }
Property Value
Levels
Feature table levels.
public int Levels { get; set; }
Property Value
MaxAngle
Maximal rotation angle to detect in degrees.
public double MaxAngle { get; set; }
Property Value
MaxScale
Maximal scale to detect.
public double MaxScale { get; set; }
Property Value
MinAngle
Minimal rotation angle to detect in degrees.
public double MinAngle { get; set; }
Property Value
MinScale
Minimal scale to detect.
public double MinScale { get; set; }
Property Value
PosThresh
Position votes threshold.
public int PosThresh { get; set; }
Property Value
ScaleStep
Scale step.
public double ScaleStep { get; set; }
Property Value
ScaleThresh
Scale votes threshold.
public int ScaleThresh { get; set; }
Property Value
Xi
Angle difference in degrees between two points in feature.
public double Xi { get; set; }
Property Value
Methods
Create()
Creates a predefined GeneralizedHoughBallard object
public static GeneralizedHoughGuil Create()
Returns
DisposeManaged()
Releases managed resources
protected override void DisposeManaged()