public class ImgDHash extends AbstractImgHash
Class which implements the DHash (difference hash) algorithm to create hashes of images.
Seit:
1.0.6 - 2018-10-09
Autor:
hypfvieh
  • Methodendetails

    • computeHash

      public static String computeHash(File _image) throws IOException
      Compute the DHash of the given file (which should be a valid image).
      Parameter:
      _image - image to hash
      Gibt zurück:
      hash string
      Löst aus:
      IOException - on any error when reading file