|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.semanticmetadata.lire.imageanalysis.AutoColorCorrelogram
public class AutoColorCorrelogram
VisualDescriptor for the AutoCorrelogram based on color as described in Huang, J.; Kumar, S. R.; Mitra, M.; Zhu, W. & Zabih, R. (2007) "Image Indexing Using Color Correlograms", IEEE Computer Society
see also DOI 10.1109/CVPR.1997.609412
| Nested Class Summary | |
|---|---|
static class |
AutoColorCorrelogram.Mode
Defines the available analysis modes: Superfast uses the approach described in the paper, Quarterneighbourhood investigates the pixels in down and to the right of the respective pixel and FullNeighbourhood investigates the whole lot of pixels within maximumDistance of the respective pixel. |
| Constructor Summary | |
|---|---|
AutoColorCorrelogram()
|
|
AutoColorCorrelogram(AutoColorCorrelogram.Mode mode)
|
|
AutoColorCorrelogram(int maxDistance)
Creates a new AutoColorCorrelogram, where the distance k is limited to a maximum of maxDistance (see publication mentioned above) |
|
AutoColorCorrelogram(int maxDistance,
AutoColorCorrelogram.Mode mode)
Creates a new AutoColorCorrelogram using a maximum L_inf pixel distance for analysis and given mode |
|
| Method Summary | |
|---|---|
void |
extract(java.awt.image.BufferedImage bi)
|
float |
getDistance(at.lux.imageanalysis.VisualDescriptor vd)
|
java.lang.String |
getStringRepresentation()
|
void |
setStringRepresentation(java.lang.String string)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoColorCorrelogram(int maxDistance)
maxDistance - upper limit of k
public AutoColorCorrelogram(int maxDistance,
AutoColorCorrelogram.Mode mode)
maxDistance - maximum L_inf pixel distance for analysismode - the mode of calculation (determines the speed of extraction)public AutoColorCorrelogram(AutoColorCorrelogram.Mode mode)
public AutoColorCorrelogram()
| Method Detail |
|---|
public void extract(java.awt.image.BufferedImage bi)
public float getDistance(at.lux.imageanalysis.VisualDescriptor vd)
getDistance in interface at.lux.imageanalysis.VisualDescriptorpublic java.lang.String getStringRepresentation()
getStringRepresentation in interface at.lux.imageanalysis.VisualDescriptorpublic void setStringRepresentation(java.lang.String string)
setStringRepresentation in interface at.lux.imageanalysis.VisualDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||