Package | Description |
---|---|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
plugins.kernel.roi.roi5d |
Contains all 5D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<ROI5D> |
ROI5D.getROI5DList(java.util.ArrayList<ROI> rois)
Deprecated.
Use
getROI5DList(List) instead. |
static java.util.List<ROI5D> |
ROI5D.getROI5DList(java.util.List<ROI> rois)
Return all 5D ROI from the ROI list
|
Modifier and Type | Method and Description |
---|---|
static Point5D |
ROIUtil.getMassCenter(ROI5D roi)
Deprecated.
Use
ROIMassCenterDescriptorsPlugin or ROIUtil.computeDescriptor(String, ROI, Sequence)
method instead. |
Modifier and Type | Class and Description |
---|---|
class |
ROI5DArea
5D Area ROI.
|
class |
ROI5DStack<R extends ROI4D>
Abstract class defining a generic 5D ROI as a stack of individual 4D ROI slices.
|
class |
ROI5DStackRectangle |