View on GitHub

Computational-Photography

Image manipulation matlab functions

Home Page

Homework 4: Making Paronamas

Here a photo panorama stitcher is implemented that takes take four or more photographs and creates a panoramic image by computing homographies, warping, resampling, and blending the photos into a seamless output image. An open source library called VLFeat is used to detect feature points and find their correspondences in overlapping pairs of images.

The methods and functions used here are outlined in this paper by Richard Szeliski.

Results

Input Images: 1.jpg, 2.jpg, 3.jpg, 4.jpg

Output Image: panorama.jpg