Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

All Superinterfaces:
Parameterizable
All Known Implementing Classes:
AbstractComputeColorHistogram, ComputeHSBColorHistogram, ComputeNaiveHSBColorHistogram, ComputeNaiveRGBColorHistogram

public interface ComputeColorHistogram
extends Parameterizable

Interface for color histogram implementations.

Author:
Erich Schubert

Method Summary
 double[] computeColorHistogram(File file)
          Compute a color histogram given a file name.
 

Method Detail

computeColorHistogram

double[] computeColorHistogram(File file)
                               throws IOException
Compute a color histogram given a file name.

Parameters:
file - File name
Returns:
Color histogram
Throws:
IOException - on file read errors.

Release 0.3 (2010-03-31_1612)