image stitching for more than 2 images

user1019083 picture user1019083 · Nov 10, 2011 · Viewed 12.5k times · Source

I am trying to implement an image stitching algorithm and came across this wonderful code posted on http://code.google.com/p/panorama-provider/source/browse/#svn%2Ftrunk%2F%20panorama-provider%20--username%20walkingmu . The problem with this code is that it can do only for 2 images. I tried modifying the code for handling multiple images but when it came to find the correlation between images in the file SURFFEAT.m I got stuck. Any suggestions please

Answer

Tevo D picture Tevo D · Nov 10, 2011

Run the algorithm multiple times? Stitch images 1 and 2, save, stitch in number 3, save...