Python program for finding duplicate images in a set based on OpenCV and feature detection
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peery 32fcc04c14 Multi-Threaded SIFT feature comparison
* Comparison based on biggest SIFT features
* Multi-threaded comparison of one image against a set
* Basic folder structure for importing new images into the set
5 years ago
.gitignore Added test image folder to .gitignore 5 years ago
CompDatabase.py Multi-Threaded SIFT feature comparison 5 years ago
ImageComparator.py Multi-Threaded SIFT feature comparison 5 years ago
ImageCompareThread.py Multi-Threaded SIFT feature comparison 5 years ago
README.md Initial commit 5 years ago
main.py Multi-Threaded SIFT feature comparison 5 years ago

README.md

image-comparator

Python program for finding duplicate images in a set based on OpenCV and feature detection