|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGlobalHistogram
public class GlobalHistogram
Class that builds color histogram over the entire image
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 |
---|
public GlobalHistogram()
Method Detail |
---|
public javax.media.jai.Histogram createGlobalHistogram(javax.media.jai.PlanarImage planarImage)
planarImage
- The input image to build color histogram on
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |