Package | Description |
---|---|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
icy.roi.edit | |
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
plugins.kernel.roi.roi3d |
Contains all 3D ROI classes included in the kernel
|
plugins.kernel.roi.roi4d |
Contains all 4D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<ROI3D> |
ROI3D.getROI3DList(java.util.ArrayList<ROI> rois)
Deprecated.
Use
getROI3DList(List) instead. |
static java.util.List<ROI3D> |
ROI3D.getROI3DList(java.util.List<ROI> rois)
Return all 3D ROI from the ROI list
|
Modifier and Type | Method and Description |
---|---|
static Point3D |
ROIUtil.getMassCenter(ROI3D roi)
Deprecated.
Use
ROIMassCenterDescriptorsPlugin or ROIUtil.computeDescriptor(String, ROI, Sequence)
method instead. |
Modifier and Type | Method and Description |
---|---|
ROI3D |
AbstractPoint3DROIEdit.getROI3D() |
Constructor and Description |
---|
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point) |
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point,
java.awt.Image icon) |
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point,
java.lang.String name) |
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point,
java.lang.String name,
java.awt.Image icon) |
Point3DAddedROIEdit(ROI3D roi,
Anchor3D point) |
Point3DMovedROIEdit(ROI3D roi,
Anchor3D point,
Point3D prevPos) |
Point3DRemovedROIEdit(ROI3D roi,
java.util.List<Anchor3D> previousPoints,
Anchor3D point) |
Modifier and Type | Method and Description |
---|---|
ROI3D |
Sequence.getSelectedROI3D()
Returns the first selected 3D ROI found (null if no 3D ROI selected)
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ROI3D> |
Sequence.getROI3Ds()
Returns all 3D ROIs attached to this sequence.
|
java.util.List<ROI3D> |
Sequence.getROI3Ds(boolean sorted)
Returns all 3D ROIs attached to this sequence.
|
java.util.ArrayList<ROI3D> |
Sequence.getSelectedROI3Ds()
Returns all selected 3D ROI
|
Modifier and Type | Class and Description |
---|---|
class |
ROI3DArea
3D Area ROI.
|
class |
ROI3DLine
ROI 3D Line.
|
class |
ROI3DPoint
ROI 3D Point class.
|
class |
ROI3DPolyLine
3D Polyline ROI
|
class |
ROI3DShape
Base class for 3D shape ROI (working from 3D control points).
|
class |
ROI3DStack<R extends ROI2D>
Base class defining a generic 3D ROI as a stack of individual 2D ROI slices.
|
class |
ROI3DStackEllipse
Class defining a 3D Ellipse ROI as a stack of individual 2D Ellipse ROI.
|
class |
ROI3DStackPolygon
Class defining a 3D Stack Polygon ROI as a stack of individual 2D Polygon ROI.
|
class |
ROI3DStackRectangle
Class defining a 3D Rectangle ROI as a stack of individual 2D Rectangle ROI.
|
class |
ROI3DStackShape
Base class defining a generic 3D Shape ROI as a stack of individual 2D Shape ROI.
|
Modifier and Type | Class and Description |
---|---|
class |
ROI4DStack<R extends ROI3D>
Abstract class defining a generic 4D ROI as a stack of individual 3D ROI slices.
|
Modifier and Type | Method and Description |
---|---|
void |
ROI4DArea.setSlice(int t,
ROI3D roiSlice,
boolean merge)
Sets the ROI slice at given T position to this 4D ROI
|