Uses of Class
dev.brachtendorf.jimagehash.matcher.PlainImageMatcher
-
Packages that use PlainImageMatcher 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 dev.brachtendorf.jimagehash.matcher.exotic Image matchers not fitting into specific categories -
-
Uses of PlainImageMatcher in dev.brachtendorf.jimagehash.matcher.categorize
Subclasses of PlainImageMatcher in dev.brachtendorf.jimagehash.matcher.categorize 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.classWeightedCategoricalMatcherCluster images into common categories. -
Uses of PlainImageMatcher in dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest
Subclasses of PlainImageMatcher in dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest Modifier and Type Class Description classRandomForestCategorizerDeprecated.not ready yet. -
Uses of PlainImageMatcher in dev.brachtendorf.jimagehash.matcher.exotic
Subclasses of PlainImageMatcher in dev.brachtendorf.jimagehash.matcher.exotic Modifier and Type Class Description classBloomFilterA bloom filter is an approximative data structure with constant space and time guarantee to check if an image is likely in the set or definitely not present.
-