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.