Uses of Interface
imagingbook.common.geometry.basic.Primitive2d
Packages that use Primitive2d
Package
Description
Implementation of David Lowe's SIFT feature detection scheme.
-
Uses of Primitive2d in imagingbook.common.corners
Classes in imagingbook.common.corners that implement Primitive2d -
Uses of Primitive2d in imagingbook.common.geometry.basic
Subinterfaces of Primitive2d in imagingbook.common.geometry.basicModifier and TypeInterfaceDescriptioninterfaceInterface specifying the behavior of simple 2D points.Classes in imagingbook.common.geometry.basic that implement Primitive2dModifier and TypeClassDescriptionstatic classImmutable 2D point implementation withdoublecoordinates.static classImmutable 2D point implementation withintcoordinates. -
Uses of Primitive2d in imagingbook.common.geometry.circle
Classes in imagingbook.common.geometry.circle that implement Primitive2dModifier and TypeClassDescriptionclassRepresents a geometric circle with center point (xc, yc) and radius r. -
Uses of Primitive2d in imagingbook.common.geometry.ellipse
Classes in imagingbook.common.geometry.ellipse that implement Primitive2dModifier and TypeClassDescriptionclassRepresents an ellipse with major axis length ra, minor axis length rb, center point (xc, yc), and orientation theta. -
Uses of Primitive2d in imagingbook.common.geometry.line
Classes in imagingbook.common.geometry.line that implement Primitive2dModifier and TypeClassDescriptionclassThis class represents an algebraic line of the form A x + B y + C = 0.classThis class represents a straight line in Hessian normal form, i.e., x * cos(angle) + y * sin(angle) = radius.classThis class represents a line in slope-intercept form: y = k x + d. -
Uses of Primitive2d in imagingbook.common.geometry.shape
Methods in imagingbook.common.geometry.shape with parameters of type Primitive2dModifier and TypeMethodDescriptionbooleanShapeChecker.check(Primitive2d curve, Shape shape) Checks if all points of the specified AWTShapeare sufficiently close to thePrimitive2dinstance specified in the constructor. -
Uses of Primitive2d in imagingbook.common.hough
Classes in imagingbook.common.hough that implement Primitive2dModifier and TypeClassDescriptionclassThis class represents a straight line of the form (x - xRef) * cos(angle) + (y - yRef) * sin(angle) = radius. -
Uses of Primitive2d in imagingbook.common.image
Classes in imagingbook.common.image that implement Primitive2dModifier and TypeClassDescriptionstatic classA 2D point with integer coordinates and a score value (LocalMinMaxFinder.ExtremalPoint.q) attached. -
Uses of Primitive2d in imagingbook.common.mser.components
Classes in imagingbook.common.mser.components that implement Primitive2d -
Uses of Primitive2d in imagingbook.common.ransac
Classes in imagingbook.common.ransac with type parameters of type Primitive2dModifier and TypeClassDescriptionclassRansacDetector<T extends Primitive2d>Generic RANSAC detector for 2D primitives.classRansacResult<T extends Primitive2d>Represents a single detection result returned by an implementation ofRansacDetector. -
Uses of Primitive2d in imagingbook.common.sift
Classes in imagingbook.common.sift that implement Primitive2d