The HoughLineTransformation type exposes the following members.

Constructors

  NameDescription
HoughLineTransformation
Initializes a new instance of the HoughLineTransformation class.

Methods

  NameDescription
GetLinesByRelativeIntensity
Get lines with relative intensity higher then specified value.
GetMostIntensiveLines
Get specified amount of lines with highest intensity.
ProcessImageOverloaded.
ToBitmap
Convert Hough map to bitmap.

Properties

  NameDescription
LinesCount
Found lines count.
LocalPeakRadius
Radius for searching local peak value.
MaxIntensity
Maximum found intensity in Hough map.
MinLineIntensity
Minimum line's intensity in Hough map to recognize a line.
StepsPerDegree
Steps per degree.

See Also