Class LocalHistogram

java.lang.Object
  extended by LocalHistogram

public class LocalHistogram
extends java.lang.Object

Class that builds color histograms over 9 different regions of the image

Version:
1.0 01.06.06
Author:
Vegard Kosmo

Constructor Summary
LocalHistogram()
          Standard constructor.
 
Method Summary
 javax.media.jai.Histogram[] createLocalHistogram(javax.media.jai.PlanarImage planarImage)
          Method to make color histograms for 9 different regions of the image, and return a list containing these histograms
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalHistogram

public LocalHistogram()
Standard constructor. Builds a histogram list for storing the region histograms

Method Detail

createLocalHistogram

public javax.media.jai.Histogram[] createLocalHistogram(javax.media.jai.PlanarImage planarImage)
Method to make color histograms for 9 different regions of the image, and return a list containing these histograms

Parameters:
planarImage - The image to build histograms on
Returns:
histogramList The list of the generated histograms