Uses of Class
org.anchoranalysis.spatial.point.Point2i
Packages that use Point2i
Package
Description
Operations that extract points from image data entities or vice versa.
Mark
s implementing structures based on points.Non-bean convex hull operations.
Axis-aligned bounding-boxes and related operations.
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
Functional interfaces that accept cartesian coordinate points specified in different ways.
How to much to scale an entity in Cartesian space by.
Fixtures for creating object-masks and related feature-inputs.
-
Uses of Point2i in org.anchoranalysis.image.core.points
Methods in org.anchoranalysis.image.core.points that return types with arguments of type Point2iModifier and TypeMethodDescriptionPointsFromMask.listFrom2i
(Mask mask) PointsFromObject.listFrom2i
(ObjectMask object) A list of two-dimensional integer points from the entire object-mask.PointsFromObject.listFromAllOutlines2i
(ObjectCollection objects) A list of points as three-dimensional integers from the outline of all objects in a collection.PointsFromObject.listFromOutline2i
(ObjectMask object) A list of points as three-dimensional integers from the outline of an object-mask -
Uses of Point2i in org.anchoranalysis.mpp.mark.points
Methods in org.anchoranalysis.mpp.mark.points with parameters of type Point2iModifier and TypeMethodDescriptionstatic RotatableBoundingBox
RotatableBoundingBoxFactory.create
(IntToFloatFunction extractElement, Point2i anchorPoint) Builds a bounding-box from the 5-element floating-point vector returned from the EAST algorithm. -
Uses of Point2i in org.anchoranalysis.plugin.points.convexhull
Methods in org.anchoranalysis.plugin.points.convexhull that return types with arguments of type Point2iModifier and TypeMethodDescriptionConvexHullUtilities.convexHull2D
(List<Point2i> points) Apply a convex-hull algorithm to filter a set of points using the default minimum number of points.ConvexHullUtilities.convexHull2D
(List<Point2i> points, int minNumberPoints) Apply a convex-hull algorithm to filter a set of points.ConvexHullUtilities.pointsOnAllOutlines
(ObjectCollection objects) Get points on all outlines of a collection of objects.ConvexHullUtilities.pointsOnOutline
(ObjectMask object) Get points on the outline of a single object.Method parameters in org.anchoranalysis.plugin.points.convexhull with type arguments of type Point2iModifier and TypeMethodDescriptionConvexHullUtilities.convexHull2D
(List<Point2i> points) Apply a convex-hull algorithm to filter a set of points using the default minimum number of points.ConvexHullUtilities.convexHull2D
(List<Point2i> points, int minNumberPoints) Apply a convex-hull algorithm to filter a set of points. -
Uses of Point2i in org.anchoranalysis.spatial.box
Methods in org.anchoranalysis.spatial.box with parameters of type Point2iModifier and TypeMethodDescriptionboolean
Is a point of typePoint2i
contained within the extent in the XY plane?void
Extent.iterateOverXYWithShift
(Point2i shift, PointTwoDimensionalConsumer pointConsumer) Calls processor once for each x and y-values in the range, with a shift added.final int
Calculates a XY-offset of a point in a buffer whose dimensions are this extent. -
Uses of Point2i in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point that return Point2iModifier and TypeMethodDescriptionstatic Point2i
Point2i.immutableAdd
(Point2i point1, Point2i point2) Adds two points immutably.static Point2i
PointConverter.intFromDoubleFloor
(Point2d point) Methods in org.anchoranalysis.spatial.point with parameters of type Point2iModifier and TypeMethodDescriptionvoid
Arithmetically adds aPoint2i
's values across each dimension.void
Adds values from aPoint2i
across each corresponding dimension.static Point3i
PointConverter.convertTo3i
(Point2i point) static Point3i
PointConverter.convertTo3i
(Point2i point, int z) static Point3d
PointConverter.doubleFromInt
(Point2i point) static Point3f
PointConverter.floatFromInt
(Point2i point) static Point2i
Point2i.immutableAdd
(Point2i point1, Point2i point2) Adds two points immutably.void
Increments the running-sum by aPoint2i
.Method parameters in org.anchoranalysis.spatial.point with type arguments of type Point2iModifier and TypeMethodDescriptionPointConverter.convert2iTo3d
(List<Point2i> points) PointConverter.convert2iTo3f
(List<Point2i> points) Constructors in org.anchoranalysis.spatial.point with parameters of type Point2i -
Uses of Point2i in org.anchoranalysis.spatial.point.consumer
Methods in org.anchoranalysis.spatial.point.consumer with parameters of type Point2i -
Uses of Point2i in org.anchoranalysis.spatial.scale
Methods in org.anchoranalysis.spatial.scale that return Point2iModifier and TypeMethodDescriptionScaleFactorInt.scale
(int x, int y) Multiplies a point by the respective scaling-factor in each dimension.Multiplies aPoint2i
by the respective scaling-factor in each dimension.Methods in org.anchoranalysis.spatial.scale with parameters of type Point2i -
Uses of Point2i in org.anchoranalysis.test.feature.plugins.objects
Methods in org.anchoranalysis.test.feature.plugins.objects with parameters of type Point2iModifier and TypeMethodDescriptionstatic ObjectMask
Creates a circular object mask at a specified center point with a given radius.static boolean
CircleObjectFixture.sceneContains
(Point2i point) Checks if a given 2D point is within the scene dimensions.