Uses of Class
imagingbook.common.geometry.line.HessianLine
Packages that use HessianLine
-
Uses of HessianLine in imagingbook.common.geometry.line
Methods in imagingbook.common.geometry.line that return HessianLine -
Uses of HessianLine in imagingbook.common.hough
Subclasses of HessianLine in imagingbook.common.houghModifier and TypeClassDescriptionclass
This class represents a straight line of the form (x - xRef) * cos(angle) + (y - yRef) * sin(angle) = radius.