Class Summary |
BinaryImage |
BinaryImage is a class for Binary images (black and white
images). |
HSIImage |
An HSIImage is an image using the HSI colour model, which means
that each pixel has hue, saturation and intensity components. |
HSVImage |
An HSVImage is an image using the HSV colour model, which means
that each pixel has hue, saturation and value components. |
IntensityImage |
IntensityImage is a class for intensity images (gray scale
images) which is supposed to be easier to use than the classes for
image processing in the Java SDK API. |
RGBImage |
RGBImage is a class for images which is supposed to be easier to
use than the classes for image processing in the Java SDK API. |