Package | Description |
---|---|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
icy.type.point |
Contains Point class definition up to 5D
|
icy.type.rectangle |
Contains Rectangle class definition up to 5D
|
plugins.kernel.roi.roi4d |
Contains all 4D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
static Point4D |
ROIUtil.getMassCenter(ROI4D roi)
Deprecated.
Use
ROIMassCenterDescriptorsPlugin or ROIUtil.computeDescriptor(String, ROI, Sequence)
method instead. |
Point4D |
ROI4D.getPosition4D()
Returns the ROI position which normally correspond to the minimum point of the ROI
bounds.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ROI4D.contains(Point4D p)
Tests if a specified
Point4D is inside the ROI. |
void |
ROI4D.setPosition4D(Point4D position)
Set the
ROI 4D position. |
Constructor and Description |
---|
BooleanMask4D(Point4D[] points)
Build a new boolean mask from the specified array of
Point4D . |
Modifier and Type | Class and Description |
---|---|
static class |
Point4D.Double |
static class |
Point4D.Float |
static class |
Point4D.Integer |
Modifier and Type | Method and Description |
---|---|
abstract Point4D |
Point5D.toPoint4D()
Convert to 4D point
|
Point4D |
Point5D.Double.toPoint4D() |
Point4D |
Point5D.Float.toPoint4D() |
Point4D |
Point5D.Integer.toPoint4D() |
Modifier and Type | Method and Description |
---|---|
void |
Point4D.setLocation(Point4D p)
Sets the location of this
Point4D to the same
coordinates as the specified Point4D object. |
Modifier and Type | Method and Description |
---|---|
abstract Point4D |
Rectangle4D.getPosition()
Returns the point coordinates.
|
Modifier and Type | Method and Description |
---|---|
void |
Rectangle4D.add(Point4D pt)
Adds the
Point4D object pt to this Rectangle4D . |
Constructor and Description |
---|
ROI4DArea(Point4D pt) |