Uses of Interface
imagingbook.common.geometry.shape.ShapeProducer
Packages that use ShapeProducer
Package
Description
Implementation of David Lowe's SIFT feature detection scheme.
-
Uses of ShapeProducer in imagingbook.common.corners
Classes in imagingbook.common.corners that implement ShapeProducer -
Uses of ShapeProducer in imagingbook.common.geometry.basic
Subinterfaces of ShapeProducer in imagingbook.common.geometry.basicModifier and TypeInterfaceDescriptioninterface
Interface specifying the behavior of simple 2D points.Classes in imagingbook.common.geometry.basic that implement ShapeProducerModifier and TypeClassDescriptionclass
Described a 2D line segment defined by two end points.static class
Immutable 2D point implementation withdouble
coordinates.static class
Immutable 2D point implementation withint
coordinates. -
Uses of ShapeProducer in imagingbook.common.geometry.circle
Classes in imagingbook.common.geometry.circle that implement ShapeProducerModifier and TypeClassDescriptionclass
Represents a geometric circle with center point (xc, yc) and radius r. -
Uses of ShapeProducer in imagingbook.common.geometry.delaunay
Subinterfaces of ShapeProducer in imagingbook.common.geometry.delaunay -
Uses of ShapeProducer in imagingbook.common.geometry.delaunay.guibas
Classes in imagingbook.common.geometry.delaunay.guibas that implement ShapeProducerModifier and TypeClassDescriptionclass
Represents a 2D triangle, specified by three corner points. -
Uses of ShapeProducer in imagingbook.common.geometry.ellipse
Classes in imagingbook.common.geometry.ellipse that implement ShapeProducerModifier and TypeClassDescriptionclass
Represents an ellipse with major axis length ra, minor axis length rb, center point (xc, yc), and orientation theta. -
Uses of ShapeProducer in imagingbook.common.geometry.hulls
Classes in imagingbook.common.geometry.hulls that implement ShapeProducerModifier and TypeClassDescriptionclass
Represents a major axis-aligned bounding box of a 2D point set.class
This class calculate the convex hull of a 2D point set. -
Uses of ShapeProducer in imagingbook.common.geometry.line
Classes in imagingbook.common.geometry.line that implement ShapeProducerModifier 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 ShapeProducer in imagingbook.common.hough
Classes in imagingbook.common.hough that implement ShapeProducerModifier and TypeClassDescriptionclass
This class represents a straight line of the form (x - xRef) * cos(angle) + (y - yRef) * sin(angle) = radius. -
Uses of ShapeProducer in imagingbook.common.image
Classes in imagingbook.common.image that implement ShapeProducerModifier and TypeClassDescriptionstatic class
A 2D point with integer coordinates and a score value (LocalMinMaxFinder.ExtremalPoint.q
) attached. -
Uses of ShapeProducer in imagingbook.common.mser.components
Classes in imagingbook.common.mser.components that implement ShapeProducer -
Uses of ShapeProducer in imagingbook.common.sift
Classes in imagingbook.common.sift that implement ShapeProducer