The HoughCircleTransformation type exposes the following members.

Constructors

  NameDescription
HoughCircleTransformation
Initializes a new instance of the HoughCircleTransformation class.

Methods

  NameDescription
GetCirclesByRelativeIntensity
Get circles with relative intensity higher then specified value.
GetMostIntensiveCircles
Get specified amount of circles with highest intensity.
ProcessImageOverloaded.
ToBitmap
Сonvert Hough map to bitmap.

Properties

  NameDescription
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.

See Also