Efficient retrieval approach by Nister and Stewenius (pdf of paper provided for reference)
Retrieves top 10 matches of an image to DVD covers.
Out of top 10, finds match with most inliers. Plots image with localized DVD cover.
Download test and training images here: https://drive.google.com/drive/folders/1bZuHDjNAGhhwEFCuxo_GRhGBGc-98KAh?usp=sharing
Homography estimation with RANSAC to match DVD cover image to a test image.
Original:
Transform:
Requirements: Python, OpenCV (contrib), Scipy, Numpy