Python program for finding duplicate images in a set based on OpenCV and feature detection
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
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
il y a 5 ans
.gitignore Added test image folder to .gitignore il y a 5 ans
CompDatabase.py Multi-Threaded SIFT feature comparison il y a 5 ans
ImageComparator.py Multi-Threaded SIFT feature comparison il y a 5 ans
ImageCompareThread.py Multi-Threaded SIFT feature comparison il y a 5 ans
README.md Initial commit il y a 5 ans
main.py Multi-Threaded SIFT feature comparison il y a 5 ans

README.md

image-comparator

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