1
0
Fork 0
Python program for finding duplicate images in a set based on OpenCV and feature detection
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
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
vor 5 Jahren
.gitignore Added test image folder to .gitignore vor 5 Jahren
CompDatabase.py Multi-Threaded SIFT feature comparison vor 5 Jahren
ImageComparator.py Multi-Threaded SIFT feature comparison vor 5 Jahren
ImageCompareThread.py Multi-Threaded SIFT feature comparison vor 5 Jahren
README.md Initial commit vor 5 Jahren
main.py Multi-Threaded SIFT feature comparison vor 5 Jahren

README.md

image-comparator

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