Package dev.brachtendorf.jimagehash.matcher.categorize
The categorization package includes classes to group images into distinct
groups based on their similarity.
- Author:
- Kilian
-
Interface Summary Interface Description CategoricalImageMatcher Image matcher allowing to group images into similar categories. -
Class Summary Class Description AbstractCategoricalMatcher An abstract implementation of the categorical image matcher supporting classes to keep track of the categories an image was matched to.CategoricalMatcher Cluster images into common categories.CategorizationResult A categorization result describes the membership to a cluster.KMeansClassifier The kMeans approach requires to know the number of clusters beforehand.WeightedCategoricalMatcher Cluster images into common categories. -
Enum Summary Enum Description WeightedCategoricalMatcher.DimReduction