Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.data.images

Package for processing image data (e.g. compute color histograms)

See:
          Description

Interface Summary
ComputeColorHistogram Interface for color histogram implementations.
 

Class Summary
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.
ComputeNaiveHSBColorHistogram Compute color histograms in a Hue-Saturation-Brightness model.
ComputeNaiveRGBColorHistogram Compute a (rather naive) RGB color histogram.
ImageUtil Class with generic image handling utility functions.
 

Package de.lmu.ifi.dbs.elki.data.images Description

Package for processing image data (e.g. compute color histograms)


Release 0.3 (2010-03-31_1612)