Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Hey guys. I got two images from video frames. They have a certain portion of overlap. After warping one of them, I'm currently trying to blend them together. In other words, I would like to stitch them together. But I don't know how to accomplish that. Can anybody please give me some help? Thank you!
Let's say the image data is store in 'image1_warped' and 'image2'. Appreciated your help!

share|improve this question
Do you strictly have to do it with Matlab? Otherwise I suggest using Hugin hugin.sourceforge.net . The software is released under GPL so you may also peek into the source code and see how the magic happens. – nico Feb 10 '11 at 16:28
Voting to close. The expertise to answer this question (without the MatLab restriction) resides at photo.stackexchange.com . – whuber Feb 12 '11 at 1:22

1 Answer

up vote 2 down vote accepted

I don't know algorithms off the top of my head, but I would start by having a look at Survey of image registration techniques

share|improve this answer
Thanks for the paper! – appi Feb 12 '11 at 8:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.