Class GeneralizedHoughBallard
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
Inheritance
System.Object
GeneralizedHoughBallard
Implements
Inherited Members
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public class GeneralizedHoughBallard : GeneralizedHough, ICvPtrHolder
Properties
| Improve this Doc View SourceLevels
R-Table levels.
Declaration
public int Levels { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VotesThreshold
The accumulator threshold for the template centers at the detection stage. The smaller it is, the more false positions may be detected.
Declaration
public int VotesThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceCreate()
Creates a predefined GeneralizedHoughBallard object
Declaration
public static GeneralizedHoughBallard Create()
Returns
Type | Description |
---|---|
GeneralizedHoughBallard |
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()