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

About

Perform image hashing in julia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published