This project explores panorama stitching techniques. To stitch a series of images into a panorama,
- Install VLFEAT.
- Unzip test images into an
Images
folder. - On MATLAB command, run
>> close all; clear all;
>> imageFolder='Images'; paramFile='data/testParams.txt';
>> runMosaic; translationStitch;
See project wiki for more details.