This repo contains a fully developed code for Local Feature Matching using Harris Corner Detector and SIFT Descriptor
This project was developed for Computer Vision class Spring 2019.
The dataset is simply 6 images that can be considered as 3 pairs of images as following:
- Notre Dame de Paris
- Mount Rushmore
- Gaudi's Episcopal Palace
Hybrid images can be constructed by using 2 images with respectable shapes and using a low pass filter on one image and a high pass image on the other one.
You can find the algorithm expalined thoroughly in the report.
The SIFT descriptor output a matrix k*n where k is number of interest points and n is the feature vector for each interest point.
You can find the algorithm explained thoroughly in the report.
Reached Accruracy of 99%
You can find the algorithm explained thoroughly in the report.