Package | Description |
---|---|
Contains all ImageJ related stuff (wrapper, integration...)
|
|
Contains all ROI (Region Of Interest) related classes and tools
|
|
Contains Icy Sequence structure definition and associated objects / tools.
|
|
Contains all 2D ROI classes included in the kernel
|
|
Contains all 3D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
static <> |
(ij.gui.Roi roi)
Convert the specified ImageJ
Roi object to Icy . |
Modifier and Type | Method and Description |
---|---|
static ij.gui.Roi |
( roi)
Convert the specified Icy object to ImageJ
Roi . |
Modifier and Type | Method and Description |
---|---|
static [] |
([] rois)
Deprecated.
Use instead.
|
static |
([] rois,
operation)
Deprecated.
Use instead.
|
static |
( roi1,
roi2)
Deprecated.
Use instead.
|
static |
( roi1,
roi2)
Deprecated.
Use instead.
|
Modifier and Type | Method and Description |
---|---|
static <> |
(<ROI> rois)
Deprecated.
Use instead.
|
static <> |
(<ROI> rois)
Return ROI2D of ROI list.
|
Modifier and Type | Method and Description |
---|---|
static |
([] rois)
Deprecated.
Use instead.
|
static |
([] rois)
Deprecated.
Use instead.
|
static |
([] rois)
Deprecated.
Use instead.
|
static |
([] rois)
Deprecated.
Use instead.
|
static |
([] rois,
operation)
Deprecated.
Use instead.
|
static |
( roi1,
roi2)
Deprecated.
Use instead.
|
static |
( roi1,
roi2)
Deprecated.
Use instead.
|
Modifier and Type | Method and Description |
---|---|
static |
(<ROI2D> rois)
Deprecated.
Use instead.
|
static |
(<ROI2D> rois)
Deprecated.
Use instead.
|
static |
(<ROI2D> rois)
Deprecated.
Use instead.
|
static |
(<ROI2D> rois)
Deprecated.
Use instead.
|
Modifier and Type | Method and Description |
---|---|
|
()
Returns the first selected 2D ROI found (null if no 2D ROI selected)
|
Modifier and Type | Method and Description |
---|---|
<> |
()
Returns all 2D ROIs attached to this sequence
|
<> |
()
Returns all selected 2D ROI
|
Modifier and Type | Class and Description |
---|---|
class |
ROI Area type.
|
class |
|
class |
ROI 2D Line.
|
class |
ROI Path.
|
class |
ROI 2D Point class.
|
class |
ROI 2D polygon class.
|
class |
|
class |
|
class |
Base class for rectangular shape ROI.
|
class |
|
Modifier and Type | Class and Description |
---|---|
class |
<R extends >
Abstract class defining a generic 3D ROI as a stack of individual 2D ROI slices.
|
Modifier and Type | Method and Description |
---|---|
void |
(int z,
roiSlice,
boolean merge)
Sets the ROI slice at given Z position to this 3D ROI
|