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 answers

1
Amro 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
Raj On

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

0
Impb On

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