ImageSimilarityDetection-UI
ImageSimilarityDetection-UI copied to clipboard
Find similar images in several directories by aHash/dHash/pHash.
ImageSimilarityDetection-UI
Find similar images in serveral directories by aHash/dHash/pHash.
Supported formats
.jpg; .jpeg; .png; .bmp
Purpose
Reduce duplication in image folders.
Principle
- 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).
Usage
- Get
SimilarImages.exein 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!
Output
-
Compare two identical images.

-
Compare two images with different resolution.

-
Compare two images with similar content.
