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 TypeInterfaceDescriptioninterface
Interface specifying the behavior of simple 2D points.Classes in imagingbook.common.geometry.basic that implement Primitive2dModifier and TypeClassDescriptionstatic class
Immutable 2D point implementation withdouble
coordinates.static class
Immutable 2D point implementation withint
coordinates. -
Uses of Primitive2d in imagingbook.common.geometry.circle
Classes in imagingbook.common.geometry.circle that implement Primitive2dModifier and TypeClassDescriptionclass
Represents 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 TypeClassDescriptionclass
Represents 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 TypeClassDescriptionclass
This class represents an algebraic line of the form A x + B y + C = 0.class
This class represents a straight line in Hessian normal form, i.e., x * cos(angle) + y * sin(angle) = radius.class
This 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 TypeMethodDescriptionboolean
ShapeChecker.check
(Primitive2d curve, Shape shape) Checks if all points of the specified AWTShape
are sufficiently close to thePrimitive2d
instance specified in the constructor. -
Uses of Primitive2d in imagingbook.common.hough
Classes in imagingbook.common.hough that implement Primitive2dModifier and TypeClassDescriptionclass
This 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 class
A 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 TypeClassDescriptionclass
RansacDetector<T extends Primitive2d>
Generic RANSAC detector for 2D primitives.class
RansacResult<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