Uses of Package
dev.brachtendorf.jimagehash.hashAlgorithms
-
Packages that use dev.brachtendorf.jimagehash.hashAlgorithms Package Description 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.hashAlgorithms.experimental Experimental hashing algorithms are not ready to be used just yet.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.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.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 -
Classes in dev.brachtendorf.jimagehash.hashAlgorithms used by dev.brachtendorf.jimagehash.hash Class Description HashingAlgorithm Base class for hashing algorithms returning perceptual hashes for supplied images reducing the number of bits needed to represent said image. -
Classes in dev.brachtendorf.jimagehash.hashAlgorithms used by dev.brachtendorf.jimagehash.hashAlgorithms Class Description AverageHash Calculate a hash value based on the average luminosity in an image.DifferenceHash.Precision Algorithm precision used during calculation.HashBuilder Helper class to quickly create a bitwise byte array representation which can be converted to a big integer object.HashingAlgorithm Base class for hashing algorithms returning perceptual hashes for supplied images reducing the number of bits needed to represent said image. -
Classes in dev.brachtendorf.jimagehash.hashAlgorithms used by dev.brachtendorf.jimagehash.hashAlgorithms.experimental Class Description HashBuilder Helper class to quickly create a bitwise byte array representation which can be converted to a big integer object.HashingAlgorithm Base class for hashing algorithms returning perceptual hashes for supplied images reducing the number of bits needed to represent said image. -
Classes in dev.brachtendorf.jimagehash.hashAlgorithms used by dev.brachtendorf.jimagehash.matcher Class Description HashingAlgorithm Base class for hashing algorithms returning perceptual hashes for supplied images reducing the number of bits needed to represent said image. -
Classes in dev.brachtendorf.jimagehash.hashAlgorithms used by dev.brachtendorf.jimagehash.matcher.cached Class Description HashingAlgorithm Base class for hashing algorithms returning perceptual hashes for supplied images reducing the number of bits needed to represent said image. -
Classes in dev.brachtendorf.jimagehash.hashAlgorithms used by dev.brachtendorf.jimagehash.matcher.categorize Class Description HashingAlgorithm Base class for hashing algorithms returning perceptual hashes for supplied images reducing the number of bits needed to represent said image. -
Classes in dev.brachtendorf.jimagehash.hashAlgorithms used by dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest Class Description HashingAlgorithm Base class for hashing algorithms returning perceptual hashes for supplied images reducing the number of bits needed to represent said image. -
Classes in dev.brachtendorf.jimagehash.hashAlgorithms used by dev.brachtendorf.jimagehash.matcher.exotic Class Description HashingAlgorithm Base class for hashing algorithms returning perceptual hashes for supplied images reducing the number of bits needed to represent said image. -
Classes in dev.brachtendorf.jimagehash.hashAlgorithms used by dev.brachtendorf.jimagehash.matcher.persistent Class Description HashingAlgorithm Base class for hashing algorithms returning perceptual hashes for supplied images reducing the number of bits needed to represent said image. -
Classes in dev.brachtendorf.jimagehash.hashAlgorithms used by dev.brachtendorf.jimagehash.matcher.persistent.database Class Description HashingAlgorithm Base class for hashing algorithms returning perceptual hashes for supplied images reducing the number of bits needed to represent said image.