Python program for finding duplicate images in a set
based on OpenCV and feature detection
- Python 100%
* 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 |
||
|---|---|---|
| .gitignore | ||
| CompDatabase.py | ||
| ImageComparator.py | ||
| ImageCompareThread.py | ||
| main.py | ||
| README.md | ||
image-comparator
Python program for finding duplicate images in a set based on OpenCV and feature detection