Uses of Package
dev.brachtendorf.jimagehash.hash
-
Packages that use dev.brachtendorf.jimagehash.hash Package Description dev.brachtendorf.jimagehash.datastructures Datastructures and algorithms which are used by multiple matchers and hashing algorithms to speed up computation.dev.brachtendorf.jimagehash.datastructures.tree Tree like data structuresdev.brachtendorf.jimagehash.datastructures.tree.binaryTree dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy dev.brachtendorf.jimagehash.hash dev.brachtendorf.jimagehash.hashAlgorithms Hashing algorithms convert images to a hash representation enabling an approximate similarity measurement without storing much data.dev.brachtendorf.jimagehash.matcher 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.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 -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.datastructures Class Description FuzzyHash A fuzzy hash is an aggregation of multiple hashes mapped to a single mean hash representing the average hash while keeping track of fractional (probability) bits.Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm. -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.datastructures.tree Class Description Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm. -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.datastructures.tree.binaryTree Class Description Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm. -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.datastructures.tree.binaryTreeFuzzy Class Description FuzzyHash A fuzzy hash is an aggregation of multiple hashes mapped to a single mean hash representing the average hash while keeping track of fractional (probability) bits.Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm. -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.hash Class Description FuzzyHash A fuzzy hash is an aggregation of multiple hashes mapped to a single mean hash representing the average hash while keeping track of fractional (probability) bits.Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm. -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.hashAlgorithms Class Description Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm. -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.matcher Class Description Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm. -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.matcher.categorize Class Description FuzzyHash A fuzzy hash is an aggregation of multiple hashes mapped to a single mean hash representing the average hash while keeping track of fractional (probability) bits.Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm. -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest Class Description FuzzyHash A fuzzy hash is an aggregation of multiple hashes mapped to a single mean hash representing the average hash while keeping track of fractional (probability) bits.Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm. -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.matcher.persistent Class Description Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm. -
Classes in dev.brachtendorf.jimagehash.hash used by dev.brachtendorf.jimagehash.matcher.persistent.database Class Description Hash Hashes are bit encoded encoded values (0101011101) created from images using a hashing algorithm.