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 TypeInterfaceDescriptioninterfaceInterface specifying the behavior of simple 2D points.Classes in imagingbook.common.geometry.basic that implement ShapeProducerModifier and TypeClassDescriptionclassDescribed a 2D line segment defined by two end points.static classImmutable 2D point implementation withdoublecoordinates.static classImmutable 2D point implementation withintcoordinates. -
Uses of ShapeProducer in imagingbook.common.geometry.circle
Classes in imagingbook.common.geometry.circle that implement ShapeProducerModifier and TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassRepresents a major axis-aligned bounding box of a 2D point set.classThis 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 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 ShapeProducer in imagingbook.common.hough
Classes in imagingbook.common.hough that implement ShapeProducerModifier and TypeClassDescriptionclassThis 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 classA 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