Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.data.images.ComputeColorHistogram

Packages that use ComputeColorHistogram
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) 
 

Uses of ComputeColorHistogram in de.lmu.ifi.dbs.elki.application
 

Fields in de.lmu.ifi.dbs.elki.application declared as ComputeColorHistogram
private  ComputeColorHistogram ComputeSingleColorHistogram.histogrammaker
          Class that will compute the actual histogram
 

Fields in de.lmu.ifi.dbs.elki.application with type parameters of type ComputeColorHistogram
private  ObjectParameter<ComputeColorHistogram> ComputeSingleColorHistogram.COLORHIST_PARAM
          Class parameter for computing the color histogram.
 

Uses of ComputeColorHistogram in de.lmu.ifi.dbs.elki.data.images
 

Classes in de.lmu.ifi.dbs.elki.data.images that implement ComputeColorHistogram
 class AbstractComputeColorHistogram
          Abstract class for color histogram computation.
 class ComputeHSBColorHistogram
          Compute color histograms in a Hue-Saturation-Brightness model.
 class ComputeNaiveHSBColorHistogram
          Compute color histograms in a Hue-Saturation-Brightness model.
 class ComputeNaiveRGBColorHistogram
          Compute a (rather naive) RGB color histogram.
 


Release 0.3 (2010-03-31_1612)