| Package | Description |
|---|---|
| de.lmu.ifi.dbs.elki.application |
Base classes for stand alone applications.
|
| de.lmu.ifi.dbs.elki.data.images |
Package for processing image data (e.g. compute color histograms)
|
| Class and Description |
|---|
| ComputeColorHistogram
Interface for color histogram implementations.
|
| Class and Description |
|---|
| AbstractComputeColorHistogram
Abstract class for color histogram computation.
|
| BlendComposite.BlendingContext
Abstract blending context that takes care of color space conversion and
pixel iteration.
|
| ComputeColorHistogram
Interface for color histogram implementations.
|
| ComputeHSBColorHistogram
Compute color histograms in a Hue-Saturation-Brightness model.
|
| ComputeNaiveHSBColorHistogram
Compute color histograms in a Hue-Saturation-Brightness model.
|
| ComputeNaiveRGBColorHistogram
Compute a (rather naive) RGB color histogram.
|