Uses of Class
dev.brachtendorf.jimagehash.matcher.persistent.PersitentBinaryTreeMatcher
-
Packages that use PersitentBinaryTreeMatcher Package Description dev.brachtendorf.jimagehash.matcher.persistent Persistent image matchers allow to check images against a batch of previously added images keeping only the created hashes coupled with a unique identifier of the image. -
-
Uses of PersitentBinaryTreeMatcher in dev.brachtendorf.jimagehash.matcher.persistent
Subclasses of PersitentBinaryTreeMatcher in dev.brachtendorf.jimagehash.matcher.persistent Modifier and Type Class Description classConsecutiveMatcherConvenience class allowing to chain multiple hashing algorithms to find similar images.classCumulativeMatcherInstead of early aborting if one algorithm fails like theConsecutiveMatcher, this class looks at the summed distance and decides if images match.
-