Find similar images in serveral directories by aHash/dHash/pHash.
.jpg; .jpeg; .png; .bmp
Reduce duplication in image folders.
- Implement aHash, dHash, pHash to generate the fingerprint of images.
- Calculate the hamming distance between every two images.
- Export image pairs with high similarity(hamming distance).
- Get
SimilarImages.exe
in the following ways.
- Build this project in Visual Studio.
- Or find it in Releases.
- Double click
SimilarImages.exe
. Select an image folder and set arguments (the default is suggested arguments). Enjoy!
- Compare two identical images.
- Compare two images with different resolution.
- Compare two images with similar content.