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