Python program for finding duplicate images in a set based on OpenCV and feature detection
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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