CS 194-26: Manual Image Mosaics

Jacob Hanson-Regalado

Description

In this project we use homographies to warp images and make mosaics.

Image Rectification

In this part we test warping by rectifying two images such that the window or painting are facing straight on
Before
After
Before
After

Mosaics

Here we create multiple mosaics using hand selected keypoints

Coolest Thing I learned

How to better use opencv to do this :), it was much harder trying to do the interpolation myself without using cv2.remap