The HoughCircleTransformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HoughCircleTransformation |
Initializes a new instance of the HoughCircleTransformation class.
|
Methods
Name | Description | |
---|---|---|
![]() | GetCirclesByRelativeIntensity |
Get circles with relative intensity higher then specified value.
|
![]() | GetMostIntensiveCircles |
Get specified amount of circles with highest intensity.
|
![]() | ProcessImage | Overloaded. |
![]() | ToBitmap |
Сonvert Hough map to bitmap.
|
Properties
Name | Description | |
---|---|---|
![]() | CirclesCount |
Found circles count.
|
![]() | LocalPeakRadius |
Radius for searching local peak value.
|
![]() | MaxIntensity |
Maximum found intensity in Hough map.
|
![]() | MinCircleIntensity |
Minimum circle's intensity in Hough map to recognize a circle.
|