Python program for finding duplicate images in a set based on OpenCV and feature detection
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
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 yıl önce
.gitignore Added test image folder to .gitignore 5 yıl önce
CompDatabase.py Multi-Threaded SIFT feature comparison 5 yıl önce
ImageComparator.py Multi-Threaded SIFT feature comparison 5 yıl önce
ImageCompareThread.py Multi-Threaded SIFT feature comparison 5 yıl önce
README.md Initial commit 5 yıl önce
main.py Multi-Threaded SIFT feature comparison 5 yıl önce

README.md

image-comparator

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