CS 194 - Project 5: Image Warping and Mosaicing

Overview

In this assignment, I will take two photographs and create an image mosaic by registering, projective warping, resampling, and compositing them. Along the way, I will compute homographies and use them to warp images..

Homography

A homography matrix maps two-dimensional points to each other with scale factors. I used a bunch of points that correspond to each other using preview and found the linear least squares solution to approximate H.

Rectified Images

Here are the rectified images

Rectified Book

Rectified Dollar (meh)

Guess the USD has more than the economy to worry about.

Mosaic Images

Here are the mosaic images

Mosaic Building

Mosaic Fridge

Mosaic Pages (meh)

'

Guess the corresponding points did not line up well enough. Oops!