| | Class | Description |
| | Histogram |
The Histogram class is used to create a histogram of a given image. |
| | Image |
The Image class is a data-holder to work with fast imageprocessing algorithms. |
| | ImageChannel |
The ImageChannel class is an enumeration of constant values that indicate which channel to use: binary, gray, red, blue, green, or alpha. |
| | ImageFormat |
The ImageFormat class is an enumeration of constant values that indicate which format an image belongs to: binary, grayscale, rgb or rgba. |
| | Layer |
The Layer class defines a layer that is used in a LayerManager. |
| | LayerManager |
The LayerManager class is a representation of one image built by multiple images on different layers. |