Class EdgeHistogram

java.lang.Object
  extended by EdgeHistogram

public class EdgeHistogram
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
EdgeHistogram()
          Standard constructor.
 
Method Summary
 javax.media.jai.Histogram[] createEdgeHistogram(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

EdgeHistogram

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

Method Detail

createEdgeHistogram

public javax.media.jai.Histogram[] createEdgeHistogram(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