JohannesBuchner / imagehash

A Python Perceptual Image Hashing Module
BSD 2-Clause "Simplified" License
3.28k stars 331 forks source link

Possible to compare similarity of hashes from string? #157

Closed pfpt-andrew closed 2 years ago

pfpt-andrew commented 2 years ago

My situation is very unique. I cannot localize all images due to the volume of images. I have looped through images and generated the hash string value and written to a local database. Is it possible to compare similarity based upon these hash strings alone?

JohannesBuchner commented 2 years ago

see #156