CS194-26: Project 5 - Part A

Susan Lin


Shoot the Pictures


Pictures Taken

Recover Homographies / Warp the Images

To create the homography matrix, we solve for the matrix H = [[a, b, c] [d, e, f] [g, h, 1]] where H * [x, y, 1] = [x', y', 1]. We can account for more than four points (to create a smoother transformation) by using least squares.

Original Vase Image
Warped Vase Image

Image Rectification

Using the homography and warping, I rectified the image of a book.

Rectified Book

Mosaic

In progress!