Module imagingbook.common
Package imagingbook.common.hough
package imagingbook.common.hough
-
ClassesClassDescriptionThis class represents a straight line of the form (x - xRef) * cos(angle) + (y - yRef) * sin(angle) = radius.This class implements the "classic" Hough Transform for straight lines.