Uses of Class
inra.ijpb.geometry.Polygon2D
Package | Description |
---|---|
inra.ijpb.geometry |
Utility functions for geometric computing applied to image analysis.
|
-
Uses of Polygon2D in inra.ijpb.geometry
Methods in inra.ijpb.geometry that return Polygon2D Modifier and Type Method Description static Polygon2D
Polygons2D. convexHull(java.util.ArrayList<? extends java.awt.geom.Point2D> points)
Uses the gift wrap algorithm with floating point values to find the convex hull and returns it as a list of points.Polygon2D
Polygon2D. invert()
Computes the complementary polygon, whose interior is the exterior of this polygon.