Uses of Class
dev.brachtendorf.jimagehash.matcher.TypedImageMatcher
-
Packages that use TypedImageMatcher Package Description dev.brachtendorf.jimagehash.matcher.cached Cached image matchers allow to check images against a batch of previously added images keeping the buffered image object and hashes in memory.dev.brachtendorf.jimagehash.matcher.exotic Image matchers not fitting into specific categoriesdev.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.dev.brachtendorf.jimagehash.matcher.persistent.database -
-
Uses of TypedImageMatcher in dev.brachtendorf.jimagehash.matcher.cached
Subclasses of TypedImageMatcher in dev.brachtendorf.jimagehash.matcher.cached Modifier and Type Class Description classConsecutiveMatcherConvenience class allowing to chain multiple hashing algorithms to find similar images.classCumulativeMatcherConvenience class allowing to chain multiple hashing algorithms to find similar images. -
Uses of TypedImageMatcher in dev.brachtendorf.jimagehash.matcher.exotic
Subclasses of TypedImageMatcher in dev.brachtendorf.jimagehash.matcher.exotic Modifier and Type Class Description classSingleImageMatcherConvenience class to chain multiple hashing algorithms to check if two images are similar. -
Uses of TypedImageMatcher in dev.brachtendorf.jimagehash.matcher.persistent
Subclasses of TypedImageMatcher 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.classPersistentImageMatcherPersistent image matchers are a subset ofTypedImageMatcherwhich can be saved to disk to be later reconstructed.classPersitentBinaryTreeMatcher* Persistent image matchers are a subset ofTypedImageMatcherwhich can be saved to disk to be later reconstructed. -
Uses of TypedImageMatcher in dev.brachtendorf.jimagehash.matcher.persistent.database
Subclasses of TypedImageMatcher in dev.brachtendorf.jimagehash.matcher.persistent.database Modifier and Type Class Description classDatabaseImageMatcherA naive database based image matcher implementation.classH2DatabaseImageMatcherA naive database based image matcher implementation.
-