Package | Description |
---|---|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
plugins.kernel.roi.roi4d |
Contains all 4D ROI classes included in the kernel
|
plugins.kernel.roi.roi5d |
Contains all 5D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<ROI4D> |
ROI4D.getROI4DList(java.util.ArrayList<ROI> rois)
Deprecated.
Use
getROI4DList(List) instead. |
static java.util.List<ROI4D> |
ROI4D.getROI4DList(java.util.List<ROI> rois)
Return all 4D ROI from the ROI list
|
Modifier and Type | Method and Description |
---|---|
static Point4D |
ROIUtil.getMassCenter(ROI4D roi)
Deprecated.
Use
ROIMassCenterDescriptorsPlugin or ROIUtil.computeDescriptor(String, ROI, Sequence)
method instead. |
Modifier and Type | Class and Description |
---|---|
class |
ROI4DArea
4D Area ROI.
|
class |
ROI4DStack<R extends ROI3D>
Abstract class defining a generic 4D ROI as a stack of individual 3D ROI slices.
|
class |
ROI4DStackRectangle |
Modifier and Type | Class and Description |
---|---|
class |
ROI5DStack<R extends ROI4D>
Abstract class defining a generic 5D ROI as a stack of individual 4D ROI slices.
|
Modifier and Type | Method and Description |
---|---|
void |
ROI5DArea.setSlice(int c,
ROI4D roiSlice,
boolean merge)
Sets the ROI slice at given C position to this 5D ROI
|