Package | Description |
---|---|
icy.image |
Contains all Image related stuff as the Icy image data structure, ColorModel, ColorSpace, ColorMap, Image tools...
|
icy.math |
Contains mathematical tools and related objects (Histogram, Interpolator, Scaler, FPSMeter...)
|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
icy.type |
Contains custom data type definition and tools for generic and multi dimensional array manipulation
|
Modifier and Type | Class and Description |
---|---|
class |
ImageDataIterator
Image data iterator.
|
Modifier and Type | Method and Description |
---|---|
static long |
DataIteratorMath.count(DataIterator it)
Deprecated.
Use
DataIteratorUtil.count(DataIterator) instead. |
static double |
DataIteratorMath.max(DataIterator it)
Returns the maximum value found in the specified
DataIterator . |
static double |
DataIteratorMath.mean(DataIterator it)
Returns the mean value found in the specified
DataIterator . |
static double |
DataIteratorMath.min(DataIterator it)
Returns the minimum value found in the specified
DataIterator . |
static double |
DataIteratorMath.sum(DataIterator it)
Returns the sum of all values contained in the specified
DataIterator . |
Modifier and Type | Class and Description |
---|---|
class |
SequenceDataIterator
Sequence data iterator.
|
Modifier and Type | Method and Description |
---|---|
static long |
DataIteratorUtil.count(DataIterator it)
Returns the number of element contained in the specified
DataIterator . |
static void |
DataIteratorUtil.set(DataIterator it,
double value)
Sets the specified value to the specified
DataIterator . |