Uses of Class
dev.brachtendorf.jimagehash.matcher.TypedImageMatcher.AlgoSettings
-
Packages that use TypedImageMatcher.AlgoSettings Package Description dev.brachtendorf.jimagehash.matcher 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.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 TypedImageMatcher.AlgoSettings in dev.brachtendorf.jimagehash.matcher
Fields in dev.brachtendorf.jimagehash.matcher with type parameters of type TypedImageMatcher.AlgoSettings Modifier and Type Field Description protected LinkedHashMap<HashingAlgorithm,TypedImageMatcher.AlgoSettings>TypedImageMatcher. stepsContains multiple hashing algorithms applied in the order they were added to the image matcherMethods in dev.brachtendorf.jimagehash.matcher that return types with arguments of type TypedImageMatcher.AlgoSettings Modifier and Type Method Description Map<HashingAlgorithm,TypedImageMatcher.AlgoSettings>TypedImageMatcher. getAlgorithms()Return an immutable map copy of the algorithms currently used in the matcher. -
Uses of TypedImageMatcher.AlgoSettings in dev.brachtendorf.jimagehash.matcher.cached
Methods in dev.brachtendorf.jimagehash.matcher.cached that return types with arguments of type TypedImageMatcher.AlgoSettings Modifier and Type Method Description Map<HashingAlgorithm,TypedImageMatcher.AlgoSettings>ConsecutiveMatcher. getAlgorithms()Return an immutable map copy of the algorithms currently used in the matcher.Constructors in dev.brachtendorf.jimagehash.matcher.cached with parameters of type TypedImageMatcher.AlgoSettings Constructor Description CumulativeMatcher(TypedImageMatcher.AlgoSettings setting) -
Uses of TypedImageMatcher.AlgoSettings in dev.brachtendorf.jimagehash.matcher.persistent
Constructors in dev.brachtendorf.jimagehash.matcher.persistent with parameters of type TypedImageMatcher.AlgoSettings Constructor Description CumulativeMatcher(boolean cacheAddedHashes, TypedImageMatcher.AlgoSettings setting)
-