A computer vision project that recognizes places in images using feature detection and matching techniques.
This project uses OpenCV and the SIFT algorithm to detect and match keypoints between a query image and a database of images in order to recognize the location. The system is implemented using Python and Flask.
Keypoints detection using SIFT
Feature matching with database images
Final place recognition result