Package | Description |
---|---|
icy.canvas |
Contains base Icy canvas and related classes
|
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 |
---|---|
Point5D.Integer |
IcyCanvas.getMaxPosition5D()
Get the maximum 5D position for the canvas.
|
Point5D.Integer |
IcyCanvas.getOffset5D()
Returns the 5D offset.
|
Point5D.Integer |
IcyCanvas.getPosition5D()
Returns the 5D canvas position (-1 mean that the complete dimension is selected)
|
Modifier and Type | Method and Description |
---|---|
Point5D.Integer[] |
BooleanMask5D.getContourPoints()
Return an array of
Point5D.Integer containing the contour/surface
points
of the 5D mask. |
Point5D.Integer[] |
BooleanMask5D.getPoints()
Return an array of
Point5D.Integer representing all points of the
current 5D mask. |
Point5D.Integer |
ROI5D.getPosition()
Returns the integer ROI position which normally correspond to the minimum point of the
ROI bounds.
|
Constructor and Description |
---|
BooleanMask5D(Point5D.Integer[] points)
Build a new 4D boolean mask from the specified array of
Point5D . |
Modifier and Type | Method and Description |
---|---|
static Point5D.Integer[] |
Point5D.Integer.toPoint5D(int[] input)
Create an array of Point5D.Integer from the input integer array.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
Point5D.Integer.toIntegerArray(Point5D.Integer[] input)
Create an array of integer from the input Point5D.Integer array.
|
Modifier and Type | Method and Description |
---|---|
Point5D.Integer |
Rectangle5D.Integer.getPosition() |