CategorizationResult |
AbstractCategoricalMatcher.categorizeImage(BufferedImage bi) |
|
protected abstract CategorizationResult |
AbstractCategoricalMatcher.categorizeImage(String uniqueId,
BufferedImage bi) |
|
CategorizationResult |
CategoricalImageMatcher.categorizeImage(BufferedImage bi) |
Compute the category of the supplied image.
|
default CategorizationResult |
CategoricalImageMatcher.categorizeImage(File imageFile) |
Compute the category of the supplied image.
|
CategorizationResult |
CategoricalMatcher.categorizeImage(BufferedImage bi) |
Compute the category of the supplied image.
|
protected CategorizationResult |
CategoricalMatcher.categorizeImage(String uniqueId,
Hash[] hashes,
Set<Integer> categoriesAltered) |
Categorize an image on a subset of all categories with hashes present.
|
protected CategorizationResult |
CategoricalMatcher.categorizeImage(String uniqueId,
BufferedImage bi) |
Compute the category of the supplied image.
|
CategorizationResult |
KMeansClassifier.categorizeImage(BufferedImage bi) |
|
abstract CategorizationResult |
AbstractCategoricalMatcher.categorizeImageAndAdd(BufferedImage bi,
String uniqueId) |
|
CategorizationResult |
CategoricalImageMatcher.categorizeImageAndAdd(BufferedImage bi,
String uniqueId) |
Compute the closest category of an image and afterwards add it to the
internal categorization queue.
|
default CategorizationResult |
CategoricalImageMatcher.categorizeImageAndAdd(File imageFile) |
Compute the closest category of an image and afterwards add it to the
internal categorization queue.
|
CategorizationResult |
CategoricalMatcher.categorizeImageAndAdd(BufferedImage bi,
String uniqueId) |
|
CategorizationResult |
KMeansClassifier.categorizeImageAndAdd(BufferedImage bi,
String uniqueId) |
|