Package | Description |
---|---|
imagingbook.pub.hough |
Modifier and Type | Method and Description |
---|---|
HoughTransformLines.HoughLine[] |
HoughTransformLines.getLines(int amin,
int maxLines)
Finds and returns the parameters of the strongest lines with
a specified min.
|
Modifier and Type | Method and Description |
---|---|
int |
HoughTransformLines.HoughLine.compareTo(HoughTransformLines.HoughLine hl2)
Required by the
Comparable interface, used for sorting
lines by their point count. |
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)