Project5 - Panoroma

Pinar Ozlen

In this project, I first rectified some images and then stitched panoromas. For rectification, I choosed 4 points from an image and warped them into a rectangle using homography as the transformation. For image stiching I needed to superimpose the images and then do image blending. For image blending I used bwdist to find the blending ratios in the intersected area. Then I applied alpha blending. To stich 3 images, I stitched 2 images at a time and then stitched the final 2 images.

RECTIFICATION RESULTS:

IMAGE STICHING RESULTS:

BELLS AND WHISTLES: (image blending was not used)