java.lang.Object
com.github.hypfvieh.imaging.AbstractImgHash
com.github.hypfvieh.imaging.ImgDHash
Class which implements the DHash (difference hash) algorithm to create hashes of images.
- Seit:
- 1.0.6 - 2018-10-09
- Autor:
- hypfvieh
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic StringcomputeHash(File _image) Compute the DHash of the given file (which should be a valid image).Von Klasse geerbte Methoden com.github.hypfvieh.imaging.AbstractImgHash
bitmaskToHex, createPixelArray, createPixelArrayMatrix, resizeAndGrayScale
-
Methodendetails
-
computeHash
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
-