|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLocalHistogram
public class LocalHistogram
Class that builds color histograms over 9 different regions of the image
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 |
---|
public LocalHistogram()
Method Detail |
---|
public javax.media.jai.Histogram[] createLocalHistogram(javax.media.jai.PlanarImage planarImage)
planarImage
- The image to build histograms on
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |