Uses of Class
imagingbook.common.geometry.basic.Pnt2d.PntInt
Packages that use Pnt2d.PntInt
Package
Description
-
Uses of Pnt2d.PntInt in imagingbook.common.edges
Methods in imagingbook.common.edges that return Pnt2d.PntIntModifier and TypeMethodDescriptionEdgeTrace.getPoints()Returns an array of points contained in this edge trace.Methods in imagingbook.common.edges that return types with arguments of type Pnt2d.PntIntConstructors in imagingbook.common.edges with parameters of type Pnt2d.PntIntModifierConstructorDescriptionEdgeTrace(Pnt2d.PntInt[] points) Constructor, creates aEdgeTracefrom the specified points.Constructor parameters in imagingbook.common.edges with type arguments of type Pnt2d.PntIntModifierConstructorDescriptionEdgeTrace(List<Pnt2d.PntInt> points) Constructor, creates aEdgeTracefrom the specified points. -
Uses of Pnt2d.PntInt in imagingbook.common.geometry.basic
Fields in imagingbook.common.geometry.basic declared as Pnt2d.PntIntModifier and TypeFieldDescriptionstatic final Pnt2d.PntIntPnt2d.PntInt.ZEROSingleton point instance with zero coordinates.Methods in imagingbook.common.geometry.basic that return Pnt2d.PntIntModifier and TypeMethodDescriptionPnt2d.PntInt.duplicate()static Pnt2d.PntIntPnt2d.PntInt.from(int[] xy) Returns a newPnt2d.PntIntinstance.static Pnt2d.PntIntPnt2d.PntInt.from(int x, int y) Returns a newPnt2d.PntIntinstance.static Pnt2d.PntIntReturns a newPnt2d.PntIntfrom a givenPnt2dinstance.static Pnt2d.PntIntPnt2d.PntInt.from(Pnt2d.PntInt p) Returns a newPnt2d.PntIntinstance from a given point.static Pnt2d.PntIntReturns a newPnt2d.PntDoubleinstance with the same coordinates as the given AWTPoint.Pnt2d.PntInt.minus(int dx, int dy) Pnt2d.PntInt.minus(Pnt2d.PntInt p) Pnt2d.PntInt.plus(int[] dxy) Pnt2d.PntInt.plus(int dx, int dy) Pnt2d.PntInt.plus(Pnt2d.PntInt p) Methods in imagingbook.common.geometry.basic with parameters of type Pnt2d.PntIntModifier and TypeMethodDescriptionintPnt2d.PntInt.distanceSq(Pnt2d.PntInt other) Returns the squared L2 distance between this point and the given point.intPnt2d.PntInt.distL1(Pnt2d.PntInt p) Returns the L1 (Manhattan) distance between this point and the given point.static Pnt2d.PntIntPnt2d.PntInt.from(Pnt2d.PntInt p) Returns a newPnt2d.PntIntinstance from a given point.Pnt2d.PntInt.minus(Pnt2d.PntInt p) Pnt2d.PntInt.plus(Pnt2d.PntInt p) -
Uses of Pnt2d.PntInt in imagingbook.common.image
Subclasses of Pnt2d.PntInt in imagingbook.common.imageModifier and TypeClassDescriptionstatic classA 2D point with integer coordinates and a score value (LocalMinMaxFinder.ExtremalPoint.q) attached. -
Uses of Pnt2d.PntInt in imagingbook.common.image.matching
Methods in imagingbook.common.image.matching with parameters of type Pnt2d.PntIntModifier and TypeMethodDescriptionfloat[][]ChamferMatcher.getMatch(Pnt2d.PntInt[] pR, int wR, int hR) Matches the specified point set to the (fixed) search image I. -
Uses of Pnt2d.PntInt in imagingbook.common.mser.components
Subclasses of Pnt2d.PntInt in imagingbook.common.mser.components -
Uses of Pnt2d.PntInt in imagingbook.common.regions
Methods in imagingbook.common.regions with parameters of type Pnt2d.PntIntModifier and TypeMethodDescriptionbooleanBinaryRegion.contains(Pnt2d.PntInt p) Checks if the given pixel position is contained in thisBinaryRegioninstance. -
Uses of Pnt2d.PntInt in imagingbook.common.util.bits
Methods in imagingbook.common.util.bits with parameters of type Pnt2d.PntIntModifier and TypeMethodDescriptionbooleanBitMap.get(Pnt2d.PntInt p) Returnstrueis the specified element is set (1),falseotherwise (0).voidBitMap.set(Pnt2d.PntInt p) Sets the specified element (to bit-value 1).voidBitMap.set(Pnt2d.PntInt p, boolean val) Sets the specified bit-element to the given boolean value (1 fortrue, 0 forfalse).voidBitMap.unset(Pnt2d.PntInt p) Unsets the specified element (to bit-value 0).