CS 194-26 Project #6A: Image Warping and Mosaicing

Overview

This part of project 6 involved capturing pictures to stitch, recovering the transformation, warping images to correct a shape, and stiching the images into a panorama.

Image Rectification

In each example, a source image was warped to adjust the plane of a rectangle.

Blending

Sets of overlapping images were blended together to create a panorama. I found that blending without any feathering looked the best in the absence of improved correspondence finding.

Summary

This exercise demonstrates the power of a simple matrix transformation, but also highlights the weakness of blending with manual and sparse correspondence finding.