Matlab: Image stitching and blending
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 h开发者_JAVA百科elp!
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.
Checkout the blog post: Blend images with MATLAB, with nice examples, and the MATLAB code.
Where the two images join apply the Photoshop clone tool (vary the percentage of opacity and size as required)
精彩评论