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 HoughLineHoughTransformLines.getLines(int amin, int maxLines) Finds and returns the parameters of the strongest lines with a specified min. pixel count.Methods in imagingbook.common.hough with parameters of type HoughLineModifier and TypeMethodDescriptionintRequired by theComparableinterface, used for sorting lines by their point count (in descending order, i.e., strong lines come first).