Project 5: [Auto]stitching Photo Mosaics

TODO: Add better explanations, add two more mosaics, add one more rectified image

Roshni Rawal
CS 194-26 Fall 2020
November 16, 2020

Project 5A: Image Warping and Mosaicing

Shooting and Digitizing Images

I decided to try to mosaic two images from my backyard. They are shown below.

Original Images



Recovering homographies and warping images

I recovered the homographies of the images and warped the first image to the second image. The correspondencies and warping are shown below.

Correspondencies

Warping and Padding



Image Rectification

Double checked my warping function by ensuring it could rectify frontal images. The results are below.

Rectified Images



Creating a mosaic

Using the results from above, in the creating homography and warping and padding section, I was able to create a blended mosaic.

Rectified Images



Learnings

My biggest learnings from this project were regarding the homographies and warping steps. Learning how to find a homography from least squares was really interesting. As was the process of recovering the new image coordinates from the homography.