|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEdgeHistogram
public class EdgeHistogram
Class that builds color histograms over 9 different regions of the image
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 |
---|
public EdgeHistogram()
Method Detail |
---|
public javax.media.jai.Histogram[] createEdgeHistogram(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 |