CS 194-26 Project 6: Stitching Photo Mosaics (acz)

In this project, I learned how to compute a homography matrix, warp an image into the perspective of another image, and blend two images taken from different perspectives into a single mosaic.

Homographies

I solved for the H matrix by first manually defining correspondences on each image, then solved the linear system.

 

 

Image Rectification

Mosaic Stitching