Matlab: Image stitching and blending

6.8k Views Asked by At

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!

3

There are 3 best solutions below

1
On BEST ANSWER

The keyword here is Image Registration. The Image Processing Toolbox provides some functions for this purpose. The documentation has a some of demos as examples.

0
On

Where the two images join apply the Photoshop clone tool (vary the percentage of opacity and size as required)

0
On

Checkout the blog post: Blend images with MATLAB, with nice examples, and the MATLAB code.