Python program for finding duplicate images in a set based on OpenCV and feature detection
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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 лет назад
.gitignore Added test image folder to .gitignore 5 лет назад
CompDatabase.py Multi-Threaded SIFT feature comparison 5 лет назад
ImageComparator.py Multi-Threaded SIFT feature comparison 5 лет назад
ImageCompareThread.py Multi-Threaded SIFT feature comparison 5 лет назад
README.md Initial commit 5 лет назад
main.py Multi-Threaded SIFT feature comparison 5 лет назад

README.md

image-comparator

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