Uses of Class
imagingbook.common.hough.HoughTransformLines.Parameters
Packages that use HoughTransformLines.Parameters
-
Uses of HoughTransformLines.Parameters in imagingbook.common.hough
Constructors in imagingbook.common.hough with parameters of type HoughTransformLines.ParametersModifierConstructorDescriptionConstructor, creates a new Hough transform from the binary image.HoughTransformLines
(Pnt2d[] points, int width, int height, HoughTransformLines.Parameters params) Constructor, creates a new Hough transform from a sequence of 2D points.