Package | Description |
---|---|
Contains all ROI (Region Of Interest) related classes and tools
|
|
Contains Icy Sequence structure definition and associated objects / tools.
|
|
Contains Rectangle class definition up to 5D
|
|
Contains all 5D 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 compute4DBounds)
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 4D boolean mask with specified bounds and 4D mask array.
|
Modifier and Type | Method and Description |
---|---|
|
()
Returns 5D bounds of sequence {0, 0, 0, 0, 0, sizeX, sizeY, sizeZ, sizeT, sizeC}
|
Modifier and Type | Method and Description |
---|---|
static |
( source,
region)
Creates a new sequence from the specified region of the source sequence.
|
Constructor and Description |
---|
( sequence,
bounds5D)
Create a new SequenceData iterator to iterate data through the specified 5D region
(inclusive).
|
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 5D mask from a 4D boolean mask array
|