Package | Description |
---|---|
icy.type.geom |
Contains extended geometric classes (Polygon2D, Polyline2D, Line3D...)
|
plugins.kernel.roi.roi2d |
Contains all 2D ROI classes included in the kernel
|
plugins.kernel.roi.roi3d |
Contains all 3D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
Polygon2D |
Polyline2D.getPolygon2D() |
static Polygon2D |
Polygon2D.getPolygon2D(java.util.List<java.awt.geom.Point2D> points,
double maxDeviation)
Returns a polygon2D corresponding to the polygon estimation of the given (closed) contour points with the
specified
max deviation . |
Modifier and Type | Method and Description |
---|---|
Polygon2D |
ROI2DPolygon.getPolygon2D() |
Modifier and Type | Method and Description |
---|---|
void |
ROI2DPolygon.setPolygon2D(Polygon2D polygon2D) |
Constructor and Description |
---|
ROI2DPolygon(Polygon2D polygon) |
Constructor and Description |
---|
ROI3DStackPolygon(Polygon2D polygon,
int zMin,
int zMax) |