Package | Description |
---|---|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
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 | Field and Description |
---|---|
Rectangle4D.Integer |
BooleanMask4D.bounds
Region represented by the mask.
|
Modifier and Type | Method and Description |
---|---|
Rectangle4D.Integer |
ROI4D.getBounds()
Returns an integer
Rectangle4D that completely encloses the ROI . |
Rectangle4D.Integer |
BooleanMask4D.getOptimizedBounds()
Optimize mask bounds so it fits mask content.
|
Rectangle4D.Integer |
BooleanMask4D.getOptimizedBounds(boolean compute3DBounds)
Optimize mask bounds so it fits mask content.
|
Modifier and Type | Method and Description |
---|---|
void |
BooleanMask4D.moveBounds(Rectangle4D.Integer value)
Change the bounds of BooleanMask.
|
Constructor and Description |
---|
BooleanMask4D(Rectangle4D.Integer bounds,
BooleanMask3D[] mask)
Build a new 4D boolean mask with specified bounds and 3D mask array.
|
Modifier and Type | Method and Description |
---|---|
Rectangle4D.Integer |
Rectangle4D.toInteger()
Returns an integer
Rectangle4D that completely encloses the
double Rectangle . |
Rectangle4D.Integer |
Rectangle4D.Integer.toInteger() |
Constructor and Description |
---|
Rectangle4D.Integer(Rectangle4D.Integer r) |
Modifier and Type | Method and Description |
---|---|
void |
ROI4DArea.setAsBooleanMask(Rectangle4D.Integer rect,
BooleanMask3D[] mask)
Set the 4D mask from a 3D boolean mask array
|