CS194-26 Project 4

IMAGE WARPING and MOSAICING

Austin Kao

Shoot the Pictures

Shoot two or more photographs so that the transforms between them are projective so we can later combine them. the photo are shown below.( I also used an example image from class)

<>

<>

<>

<>

<>

<>

Recover Homographies

I used the equation below to create the matrix

<>

Image Rectification

once we have the homographies, we can see image in other projection. I used an image from class as base image and showed two different version of projection using the homographies matrix to warp the image.

<base iamge form class>

<warped image 1>

<warped image 2>

Blend the images into a mosaic

using the technie above we van also warp one image into other images to combine them. below are the combined image earlier with this method

<1>

<2>

<3>