Uses of Interface
dev.brachtendorf.jimagehash.matcher.categorize.CategoricalImageMatcher
-
Packages that use CategoricalImageMatcher Package Description dev.brachtendorf.jimagehash.matcher.categorize The categorization package includes classes to group images into distinct groups based on their similarity.dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest -
-
Uses of CategoricalImageMatcher in dev.brachtendorf.jimagehash.matcher.categorize
Classes in dev.brachtendorf.jimagehash.matcher.categorize that implement CategoricalImageMatcher Modifier and Type Class Description classAbstractCategoricalMatcherAn abstract implementation of the categorical image matcher supporting classes to keep track of the categories an image was matched to.classCategoricalMatcherCluster images into common categories.classKMeansClassifierThe kMeans approach requires to know the number of clusters beforehand.classWeightedCategoricalMatcherCluster images into common categories.Fields in dev.brachtendorf.jimagehash.matcher.categorize with type parameters of type CategoricalImageMatcher Modifier and Type Field Description protected Map<Integer,CategoricalImageMatcher>CategoricalMatcher. subCategoryMatcherChained matchers which sub categorize computed clusters even further. -
Uses of CategoricalImageMatcher in dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest
Classes in dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest that implement CategoricalImageMatcher Modifier and Type Class Description classRandomForestCategorizerDeprecated.not ready yet.
-