Uses of Class
imagingbook.common.hough.HoughLine
Packages that use HoughLine
-
Uses of HoughLine in imagingbook.common.hough
Methods in imagingbook.common.hough that return HoughLineModifier and TypeMethodDescriptionstatic HoughLine
HoughTransformLines.getLines
(int amin, int maxLines) Finds and returns the parameters of the strongest lines with a specified min.Methods in imagingbook.common.hough with parameters of type HoughLineModifier and TypeMethodDescriptionint
Required by theComparable
interface, used for sorting lines by their point count (in descending order, i.e., strong lines come first).