Uses of Package
imagingbook.common.geometry.line
Packages that use imagingbook.common.geometry.line
Package
Description
-
Classes in imagingbook.common.geometry.line used by imagingbook.common.geometry.fitting.lineClassDescriptionThis class represents an algebraic line of the form A x + B y + C = 0.
-
Classes in imagingbook.common.geometry.line used by imagingbook.common.geometry.hullsClassDescriptionThis class represents an algebraic line of the form A x + B y + C = 0.
-
Classes in imagingbook.common.geometry.line used by imagingbook.common.geometry.lineClassDescriptionThis class represents an algebraic line of the form A x + B y + C = 0.This class represents a straight line in Hessian normal form, i.e., x * cos(angle) + y * sin(angle) = radius.This class represents a line in parametric form: x = s + t v, where s is a start point on the line, v is a direction vector, and t is a real variable.This class represents a line in slope-intercept form: y = k x + d.
-
Classes in imagingbook.common.geometry.line used by imagingbook.common.houghClassDescriptionThis class represents an algebraic line of the form A x + B y + C = 0.This class represents a straight line in Hessian normal form, i.e., x * cos(angle) + y * sin(angle) = radius.