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

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

public interface ComputeColorHistogram
extends Parameterizable

Interface for color histogram implementations.


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.4.0 (2011-09-20_1324)