Python program for finding duplicate images in a set based on OpenCV and feature detection
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
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 år sedan
.gitignore Added test image folder to .gitignore 5 år sedan
CompDatabase.py Multi-Threaded SIFT feature comparison 5 år sedan
ImageComparator.py Multi-Threaded SIFT feature comparison 5 år sedan
ImageCompareThread.py Multi-Threaded SIFT feature comparison 5 år sedan
README.md Initial commit 5 år sedan
main.py Multi-Threaded SIFT feature comparison 5 år sedan

README.md

image-comparator

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