Package | Description |
---|---|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
icy.type.point |
Contains Point class definition up to 5D
|
icy.type.rectangle |
Contains Rectangle class definition up to 5D
|
Modifier and Type | Method and Description |
---|---|
Point3D.Integer[] |
BooleanMask3D.getContourPoints()
Return an array of
Point3D.Integer containing the contour/surface
points of the 3D mask. |
Point3D.Integer[] |
BooleanMask3D.getPoints()
Return an array of
Point3D.Integer representing all points of the
current 3D mask. |
Point3D.Integer |
ROI3D.getPosition()
Returns the integer ROI position which normally correspond to the minimum point of the
ROI bounds.
|
Constructor and Description |
---|
BooleanMask3D(Point3D.Integer[] points)
Build a new 3D boolean mask from the specified array of
Point3D . |
Modifier and Type | Method and Description |
---|---|
static Point3D.Integer[] |
Point3D.Integer.toPoint3D(int[] input)
Create an array of Point3D.Integer from the input integer array.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
Point3D.Integer.toIntegerArray(Point3D.Integer[] input)
Create an array of integer from the input Point3D.Integer array.
|
Modifier and Type | Method and Description |
---|---|
Point3D.Integer |
Rectangle3D.Integer.getPosition() |