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.
Marks 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 RotatableBoundingBoxRotatableBoundingBoxFactory.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 TypeMethodDescriptionbooleanIs a point of typePoint2icontained within the extent in the XY plane?voidExtent.iterateOverXYWithShift(Point2i shift, PointTwoDimensionalConsumer pointConsumer) Calls processor once for each x and y-values in the range, with a shift added.final intCalculates 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 Point2iPoint2i.immutableAdd(Point2i point1, Point2i point2) Adds two points immutably.static Point2iPointConverter.intFromDoubleFloor(Point2d point) Methods in org.anchoranalysis.spatial.point with parameters of type Point2iModifier and TypeMethodDescriptionvoidArithmetically adds aPoint2i's values across each dimension.voidAdds values from aPoint2iacross each corresponding dimension.static Point3iPointConverter.convertTo3i(Point2i point) static Point3iPointConverter.convertTo3i(Point2i point, int z) static Point3dPointConverter.doubleFromInt(Point2i point) static Point3fPointConverter.floatFromInt(Point2i point) static Point2iPoint2i.immutableAdd(Point2i point1, Point2i point2) Adds two points immutably.voidIncrements 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 aPoint2iby 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 ObjectMaskCreates a circular object mask at a specified center point with a given radius.static booleanCircleObjectFixture.sceneContains(Point2i point) Checks if a given 2D point is within the scene dimensions.