Implementation of Joint Spectral Correspondence for matching the images with disparate appearance arising from factors like dramatic illumination (day vs. night), age (historic vs. new) and rendering style differences.
-
Graph Spectral Analysis of image has been used for classic problems like image segmentation, classification, clustering. This project aims to match two images of the same place with dramatic lighting differences using joint spectral analysis of both image.
-
This method is based on research paper accepted in CVPR-2013.
-
contains two images for each place and homography between those two images.
-
contains precomputed eigen functions in mat file for each image pair of dataset. Matching can be done by directly loading those mat files.