Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 307 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 307 Bytes

pyopencv_demo

Demo of how to use SURF/FLANN to find similar images in python

feature_extract.py extracts features from tst2.jpg image and displays them.

find_image.py builds index from images in img/ directory and then tries to find the image which has the same object as tst2.jpg in them.