Uses of Class
dev.brachtendorf.jimagehash.matcher.persistent.PersistentImageMatcher
-
Packages that use PersistentImageMatcher 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 PersistentImageMatcher in dev.brachtendorf.jimagehash.matcher.persistent
Subclasses of PersistentImageMatcher 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.classPersitentBinaryTreeMatcher* Persistent image matchers are a subset ofTypedImageMatcherwhich can be saved to disk to be later reconstructed.Methods in dev.brachtendorf.jimagehash.matcher.persistent that return PersistentImageMatcher Modifier and Type Method Description static PersistentImageMatcherPersistentImageMatcher. reconstructState(File saveLocation, boolean deleteSerFile)Construct a persistent image matcher from a serialization file and rebuild it's internal state.
-