CS 194-26 Project 6

Alvin Zhang

This project computes homographies between images using manually identified feature points.


Image Rectification



I picked four points in a planar rectangle on the building for rectification. I then computed the homography from these points to a rectangle with corners at the center of each quadrant of the image, and used this homography to warp the original image.

Image Mosaic


By picking 6 feature points between pairs of images, I was able to compute homographies between them and stitch them together.