Computer Vision

Panorama – Image Stitching

Various images are stitched together to create a Panorama image. SIFT features are detected across images to compute affine transform for combining images.

The algorithm is designed to work such that images of varying size and resolution can be stitched together. Bilinear transformation is used to fill in the empty spaces for combining smaller images. Further processing is done for equalizing intensity and give out a good looking result.

ENPM808T_Assignment_2_Q10v2_01