Package | Description |
---|---|
Contains all ROI (Region Of Interest) related classes and tools
|
|
Contains Rectangle class definition up to 5D
|
|
Contains all 3D ROI classes included in the kernel
|
Modifier and Type | Field and Description |
---|---|
|
Region represented by the mask.
|
Modifier and Type | Method and Description |
---|---|
|
()
Returns an integer that completely encloses the
ROI . |
|
()
Optimize mask bounds so it fits mask content.
|
|
(boolean compute2DBounds)
Optimize mask bounds so it fits mask content.
|
Modifier and Type | Method and Description |
---|---|
void |
( value)
Change the bounds of BooleanMask.
|
Constructor and Description |
---|
( bounds,
[] mask)
Build a new 3D boolean mask with specified bounds and 2D mask array.
|
Modifier and Type | Method and Description |
---|---|
|
()
Returns an integer that completely encloses the
double
Rectangle . |
|
() |
Constructor and Description |
---|
( r) |
Modifier and Type | Method and Description |
---|---|
void |
( rect,
[] mask)
Set the 3D mask from a 2D boolean mask array
|