The HoughLineTransformation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HoughLineTransformation |
Initializes a new instance of the HoughLineTransformation class.
|
Methods
| Name | Description | |
|---|---|---|
| GetLinesByRelativeIntensity |
Get lines with relative intensity higher then specified value.
| |
| GetMostIntensiveLines |
Get specified amount of lines with highest intensity.
| |
| ProcessImage | Overloaded. | |
| ToBitmap |
Convert Hough map to bitmap.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
|