Package | Description |
---|---|
Contains all ROI (Region Of Interest) related classes and tools
|
|
Contains Point class definition up to 5D
|
Modifier and Type | Method and Description |
---|---|
[] |
()
Return an array of containing the contour/surface points
of the 4D mask.
|
[] |
()
Return an array of representing all points of the
current 4D mask.
|
|
()
Returns the integer ROI position which normally correspond to the minimum point of the
ROI bounds.
|
Constructor and Description |
---|
([] points)
Build a new 4D boolean mask from the specified array of .
|
Modifier and Type | Method and Description |
---|---|
static [] |
(int[] input)
Create an array of Point4D.Integer from the input integer array.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
([] input)
Create an array of integer from the input Point4D.Integer array.
|