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
- Inheritance
-
GeneralizedHoughGuil
- Implements
- Inherited Members
Properties
- AngleEpsilon
Maximal difference between angles that treated as equal.
- AngleStep
Angle step in degrees.
- AngleThresh
Angle votes threshold.
- Levels
Feature table levels.
- MaxAngle
Maximal rotation angle to detect in degrees.
- MaxScale
Maximal scale to detect.
- MinAngle
Minimal rotation angle to detect in degrees.
- MinScale
Minimal scale to detect.
- PosThresh
Position votes threshold.
- ScaleStep
Scale step.
- ScaleThresh
Scale votes threshold.
- Xi
Angle difference in degrees between two points in feature.
Methods
- Create()
Creates a predefined GeneralizedHoughBallard object