See: Description

| Interface | Description |
|---|---|
| ComputeColorHistogram |
Interface for color histogram implementations.
|
| Class | Description |
|---|---|
| AbstractComputeColorHistogram |
Abstract class for color histogram computation.
|
| BlendComposite |
Class to use in
Graphics2D.setComposite(java.awt.Composite) that facilitates
basic image blending such as lighten-only overlays. |
| ComputeHSBColorHistogram |
Compute color histograms in a Hue-Saturation-Brightness model.
|
| ComputeHSBColorHistogram.Parameterizer |
Parameterization class.
|
| ComputeNaiveHSBColorHistogram |
Compute color histograms in a Hue-Saturation-Brightness model.
|
| ComputeNaiveHSBColorHistogram.Parameterizer |
Parameterization class.
|
| ComputeNaiveRGBColorHistogram |
Compute a (rather naive) RGB color histogram.
|
| ComputeNaiveRGBColorHistogram.Parameterizer |
Parameterization class.
|
| ImageUtil |
Class with generic image handling utility functions.
|
Package for processing image data (e.g. compute color histograms)