Skip to content

davidbp/ImageHashes.jl

Repository files navigation

ImageHashes

Documenter Runtests

ImageHashes implements image hashing algorithms to perform near-duplication detection.

Example:

using TestImages, ImageHashes
img = testimage("fabio_color_256.png");
img_hash = difference_hash(img)

Will print

0x2f1017d47944000c

Releases

No releases published

Packages

No packages published