Python program for finding duplicate images in a set based on OpenCV and feature detection
您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
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