Uses of Class
dev.brachtendorf.jimagehash.hashAlgorithms.DifferenceHash.Precision
-
Packages that use DifferenceHash.Precision Package Description dev.brachtendorf.jimagehash.hashAlgorithms Hashing algorithms convert images to a hash representation enabling an approximate similarity measurement without storing much data. -
-
Uses of DifferenceHash.Precision in dev.brachtendorf.jimagehash.hashAlgorithms
Methods in dev.brachtendorf.jimagehash.hashAlgorithms that return DifferenceHash.Precision Modifier and Type Method Description DifferenceHash.PrecisionDifferenceHash. getPrecision()static DifferenceHash.PrecisionDifferenceHash.Precision. valueOf(String name)Returns the enum constant of this type with the specified name.static DifferenceHash.Precision[]DifferenceHash.Precision. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.brachtendorf.jimagehash.hashAlgorithms with parameters of type DifferenceHash.Precision Constructor Description DHash(Hash h, DifferenceHash.Precision precision, int width, int height)DifferenceHash(int bitResolution, DifferenceHash.Precision precision)Create a difference hasher with the given settings.
-