Package | Description |
---|---|
org.openimaj.image |
Modifier and Type | Class and Description |
---|---|
class |
FImage
Class representing a single-band floating-point image; that is an image where
each pixel is represented by a floating-point number.
|
class |
MBFImage
A multiband floating-point image.
|
class |
MultiBandImage<T extends Comparable<T>,I extends MultiBandImage<T,I,S>,S extends SingleBandImage<T,S>>
A base class for multi-band images.
|
class |
SingleBandImage<Q extends Comparable<Q>,I extends SingleBandImage<Q,I>>
A base class for representing a single band image of any pixel type.
|