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