|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLocalHistogramComparator
public class LocalHistogramComparator
Class that compares two local color histograms
Videosegmenter
Constructor Summary | |
---|---|
LocalHistogramComparator(Videosegmenter main)
Standard constructor |
Method Summary | |
---|---|
boolean |
compareLocalHistograms(javax.media.jai.Histogram histogram1,
javax.media.jai.Histogram histogram2)
Method that compares two local color histograms and returns 'true' if the difference is larger than the threshold |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalHistogramComparator(Videosegmenter main)
main
- Main class referenceMethod Detail |
---|
public boolean compareLocalHistograms(javax.media.jai.Histogram histogram1, javax.media.jai.Histogram histogram2)
histogram1
- The first histogram for comparinghistogram2
- The second histogram for comparing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |