Package | Description |
---|---|
icy.imagej |
Contains all ImageJ related stuff (wrapper, integration...)
|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
Modifier and Type | Method and Description |
---|---|
static ij.gui.PointRoi |
ImageJUtil.convertToImageJRoiPoint(java.util.List<ROI2DPoint> points)
Deprecated.
Use
ImageJUtil.convertToImageJRoi(ROI2D) instead. |
Modifier and Type | Class and Description |
---|---|
class |
ROI2DPoint
Deprecated.
Use
ROI2DPoint instead. |