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 aEdgeTrace
from the specified points.Constructor parameters in imagingbook.common.edges with type arguments of type Pnt2d.PntIntModifierConstructorDescriptionEdgeTrace
(List<Pnt2d.PntInt> points) Constructor, creates aEdgeTrace
from 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.PntInt
Pnt2d.PntInt.ZERO
Singleton point instance with zero coordinates.Methods in imagingbook.common.geometry.basic that return Pnt2d.PntIntModifier and TypeMethodDescriptionPnt2d.PntInt.duplicate()
static Pnt2d.PntInt
Pnt2d.PntInt.from
(int[] xy) Returns a newPnt2d.PntInt
instance.static Pnt2d.PntInt
Pnt2d.PntInt.from
(int x, int y) Returns a newPnt2d.PntInt
instance.static Pnt2d.PntInt
Returns a newPnt2d.PntInt
from a givenPnt2d
instance.static Pnt2d.PntInt
Pnt2d.PntInt.from
(Pnt2d.PntInt p) Returns a newPnt2d.PntInt
instance from a given point.static Pnt2d.PntInt
Returns a newPnt2d.PntDouble
instance 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 TypeMethodDescriptionint
Pnt2d.PntInt.distanceSq
(Pnt2d.PntInt other) Returns the squared L2 distance between this point and the given point.int
Pnt2d.PntInt.distL1
(Pnt2d.PntInt p) Returns the L1 (Manhattan) distance between this point and the given point.static Pnt2d.PntInt
Pnt2d.PntInt.from
(Pnt2d.PntInt p) Returns a newPnt2d.PntInt
instance 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 class
A 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 TypeMethodDescriptionboolean
BinaryRegion.contains
(Pnt2d.PntInt p) Checks if the given pixel position is contained in thisBinaryRegion
instance. -
Uses of Pnt2d.PntInt in imagingbook.common.util.bits
Methods in imagingbook.common.util.bits with parameters of type Pnt2d.PntIntModifier and TypeMethodDescriptionboolean
BitMap.get
(Pnt2d.PntInt p) Returnstrue
is the specified element is set (1),false
otherwise (0).void
BitMap.set
(Pnt2d.PntInt p) Sets the specified element (to bit-value 1).void
BitMap.set
(Pnt2d.PntInt p, boolean val) Sets the specified bit-element to the given boolean value (1 fortrue
, 0 forfalse
).void
BitMap.unset
(Pnt2d.PntInt p) Unsets the specified element (to bit-value 0).