Solved – Matlab image blending

image processingMATLAB

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!

Best Answer

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

Related Question