2

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!

view
  • 555
  • 2
  • 11
  • 16
  • 2
    looks like a duplicate of http://stackoverflow.com/questions/2590220/aligning-multiple-images-into-one-image – mor22 Feb 10 '11 at 12:27
  • Yes you are right. The answer there is helpful. Thank you mor22! – view Feb 11 '11 at 07:02

3 Answers3

3

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.

Amro
  • 123,847
  • 25
  • 243
  • 454
  • Thank you Amro! I'm playing around with the functions under the toolbox you recommended. – view Feb 11 '11 at 07:03
1

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

Impb
  • 11
  • 1
-1

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

Raj
  • 1