CS 194-26 Project 6A

Borong Zhang     cs194-26-agb

Overview of the project

In this project, we use projective transformation to stitch images together.  By choosing corresponding points, we are able to create image mosaics similar to a panorama. 

IMAGE WARPING and MOSAICING

Image Rectification

Mosaic

In this part, I warp images so that the plane is frontal-parallel (rectified).  In the first example, I rectified the window and in the second example, I rectified the book.

In this part, we first find corresponding points between two images and then stitch them together by projective tranformation to create mosaic.

What I learned

1. Picking points is tedious.

2. I need to get a digital camera!

3. Homograph is really cool.

4. Linear algebra is powerful.