Class GeneralizedHoughBallard
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Ballard, D.H. (1981). Generalizing the Hough transform to detect arbitrary shapes. Pattern Recognition 13 (2): 111-122. Detects position only without traslation and rotation
public class GeneralizedHoughBallard : GeneralizedHough, IDisposable, ICvPtrHolder
- Inheritance
-
GeneralizedHoughBallard
- Implements
- Inherited Members
Properties
Levels
R-Table levels.
public int Levels { get; set; }
Property Value
VotesThreshold
The accumulator threshold for the template centers at the detection stage. The smaller it is, the more false positions may be detected.
public int VotesThreshold { get; set; }
Property Value
Methods
Create()
Creates a predefined GeneralizedHoughBallard object
public static GeneralizedHoughBallard Create()
Returns
DisposeManaged()
Releases managed resources
protected override void DisposeManaged()