de.lmu.ifi.dbs.elki.data.images
Class ComputeNaiveHSBColorHistogram

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.data.images.AbstractComputeColorHistogram
      extended by de.lmu.ifi.dbs.elki.data.images.ComputeHSBColorHistogram
          extended by de.lmu.ifi.dbs.elki.data.images.ComputeNaiveHSBColorHistogram
All Implemented Interfaces:
ComputeColorHistogram, InspectionUtilFrequentlyScanned, Parameterizable

public class ComputeNaiveHSBColorHistogram
extends ComputeHSBColorHistogram

Compute color histograms in a Hue-Saturation-Brightness model.


Nested Class Summary
static class ComputeNaiveHSBColorHistogram.Parameterizer
          Parameterization class.
 
Field Summary
static OptionID BINSPERPLANE_ID
          Parameter that specifies the number of bins (per plane) to use.
 
Fields inherited from class de.lmu.ifi.dbs.elki.data.images.ComputeHSBColorHistogram
quantb, quanth, quants
 
Constructor Summary
ComputeNaiveHSBColorHistogram(int quant)
          Constructor.
 
Method Summary
 
Methods inherited from class de.lmu.ifi.dbs.elki.data.images.ComputeHSBColorHistogram
getBinForColor, getNumBins
 
Methods inherited from class de.lmu.ifi.dbs.elki.data.images.AbstractComputeColorHistogram
computeColorHistogram
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINSPERPLANE_ID

public static final OptionID BINSPERPLANE_ID
Parameter that specifies the number of bins (per plane) to use.

Key: -hsbhist.bpp

Constructor Detail

ComputeNaiveHSBColorHistogram

public ComputeNaiveHSBColorHistogram(int quant)
Constructor.

Parameters:
quant - Number of bins to use.

Release 0.4.0 (2011-09-20_1324)