/Mosaic

Algorithm for creating a Panoramic Image

Primary LanguageMATLAB

Mosaic

This project explores panorama stitching techniques. To stitch a series of images into a panorama,

  1. Install VLFEAT.
  2. Unzip test images into an Images folder.
  3. On MATLAB command, run

>> close all; clear all;
>> imageFolder='Images'; paramFile='data/testParams.txt';
>> runMosaic; translationStitch;

See project wiki for more details.