Class GlobalHistogram

java.lang.Object
  extended by GlobalHistogram

public class GlobalHistogram
extends java.lang.Object

Class that builds color histogram over the entire image

Version:
1.0 01.06.06
Author:
Vegard Kosmo

Constructor Summary
GlobalHistogram()
          Standard constructor
 
Method Summary
 javax.media.jai.Histogram createGlobalHistogram(javax.media.jai.PlanarImage planarImage)
          Method to make a global color histogram for the entire image
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalHistogram

public GlobalHistogram()
Standard constructor

Method Detail

createGlobalHistogram

public javax.media.jai.Histogram createGlobalHistogram(javax.media.jai.PlanarImage planarImage)
Method to make a global color histogram for the entire image

Parameters:
planarImage - The input image to build color histogram on
Returns:
histogram Returns the generated color histogram