| Class | Description |
|---|---|
| Color3_F32 |
Stores the values of a 3-band color using floating point numbers.
|
| Color3_I32 |
Stores the values of a 3-band color using integers.
|
| FactoryImage |
Used to create new images from its type alone
|
| GrayF<T extends GrayF> |
Base class for images with float pixels.
|
| GrayF32 |
Image with a pixel type of 32-bit float.
|
| GrayF64 |
Image with a pixel type of 64-bit float.
|
| GrayI<T extends GrayI> |
Base class for all integer images.
|
| GrayI16<T extends GrayI16> |
Base class for images with 16-bit pixels.
|
| GrayI8<T extends GrayI8> |
Base class for images with 8-bit pixels.
|
| GrayS16 |
Image with a pixel type of signed 16-bit integer.
|
| GrayS32 |
Gray scale image with a pixel type of signed 32-bit integer
|
| GrayS64 |
Image with a pixel type of signed 64-bit integer
|
| GrayS8 |
Image with a pixel type of signed 8-bit integer.
|
| GrayU16 |
Image with a pixel type of unsigned 16-bit integer.
|
| GrayU8 |
Image with a pixel type of unsigned 8-bit integer.
|
| ImageBase<T extends ImageBase> |
Base class for all image types.
|
| ImageDimension | |
| ImageGray<T extends ImageGray> |
A base class for a single band intensity image.
|
| ImageInterleaved<T extends ImageInterleaved> |
Base class for images that contain multiple interleaved bands.
|
| ImageMultiBand<T extends ImageMultiBand> |
Base class for images with multiple bands.
|
| ImageType<T extends ImageBase> |
Specifies the type of image data structure.
|
| InterleavedF32 |
ImageInterleaved for data of type float. |
| InterleavedF64 |
ImageInterleaved for data of type float. |
| InterleavedI16<T extends InterleavedI16> |
ImageInterleaved for data of type short. |
| InterleavedI8<T extends InterleavedI8> |
ImageInterleaved for data of type byte. |
| InterleavedInteger<T extends InterleavedInteger> |
Base class for integer interleaved images.
|
| InterleavedS16 |
An image where the primitive type is an unsigned short.
|
| InterleavedS32 |
ImageInterleaved for data of type int. |
| InterleavedS64 |
ImageInterleaved for data of type int. |
| InterleavedS8 |
An image where the primitive type is a signed byte.
|
| InterleavedU16 |
An image where the primitive type is an unsigned short.
|
| InterleavedU8 |
An image where the primitive type is an unsigned byte.
|
| Planar<T extends ImageGray> |
Multi-band image composed of discontinuous planar images for each band.
|
| Enum | Description |
|---|---|
| ImageDataType |
Describes the physical characteristics of the internal primitive data types inside the image
|
| ImageType.Family |
| Exception | Description |
|---|---|
| ImageAccessException |
This exception is thrown when an attempt has been made to access part of an
image which is out of bounds.
|