|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageSearcher | |
|---|---|
| net.semanticmetadata.lire | |
| net.semanticmetadata.lire.impl | |
| Uses of ImageSearcher in net.semanticmetadata.lire |
|---|
| Classes in net.semanticmetadata.lire that implement ImageSearcher | |
|---|---|
class |
AbstractImageSearcher
Abstract ImageSearcher, which uses javax.imageio.ImageIO to create a BufferedImage from an InputStream. |
| Methods in net.semanticmetadata.lire that return ImageSearcher | |
|---|---|
static ImageSearcher |
ImageSearcherFactory.createColorOnlySearcher(int maximumHits)
Returns a new ImageSearcher with the given number of maximum hits which only takes the overall color into account. texture and color distribution are ignored. |
static ImageSearcher |
ImageSearcherFactory.createDefaultCorrelogramImageSearcher(int maximumHits)
Create and return an ImageSearcher for the AutoColorCorrelogram
image feature. |
static ImageSearcher |
ImageSearcherFactory.createDefaultSearcher()
Returns a new default ImageSearcher with a predefined number of maximum hits defined in the ImageSearcherFactory.NUM_MAX_HITS |
static ImageSearcher |
ImageSearcherFactory.createFastCorrelogramImageSearcher(int maximumHits)
Create and return an ImageSearcher for the AutoColorCorrelogram
image feature. |
static ImageSearcher |
ImageSearcherFactory.createSimpleSearcher(int maximumHits)
Creates a new simple image searcher with the desired number of maximum hits. |
static ImageSearcher |
ImageSearcherFactory.createWeightedSearcher(int maximumHits,
float colorHistogramWeight,
float colorDistributionWeight,
float textureWeight)
Returns a new ImageSearcher with the given number of maximum hits and the specified weights on the different matching aspects. |
| Uses of ImageSearcher in net.semanticmetadata.lire.impl |
|---|
| Classes in net.semanticmetadata.lire.impl that implement ImageSearcher | |
|---|---|
class |
CorrelogramImageSearcher
This file is part of the Caliph and Emir project: http://www.SemanticMetadata.net Date: 01.02.2006 Time: 00:17:02 |
class |
SimpleImageSearcher
This file is part of the Caliph and Emir project: http://www.SemanticMetadata.net Date: 01.02.2006 Time: 00:17:02 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||