How can I merge and align multiple picture in one picture?

5 Ansichten (letzte 30 Tage)
Sungwoo Park
Sungwoo Park am 2 Feb. 2018
I want to merge and align the images as shown in the picture. The images should be stayed as original, not distorted or not stretched. Larger number of pictures will overlap the lowers.
I tried imregister but failed. I don't have a computervision tool box for panorama. Is there any other solution?
Thank you very much.

Antworten (1)

Harish Ramachandran
Harish Ramachandran am 8 Feb. 2018
Hi Sungwoo,
I would suggest trying out the combination of the following:
  1. Create a montage of the multiple pictures. You can use the montage function in MATLAB or the imshowpair function in MATLAB with 'montage' as an argument.
  2. Then you can focus on aligning the images. You can either use the imwarp function to perform geometric transformation or you can derive the functionality of a file exchange submission. https://www.mathworks.com/matlabcentral/fileexchange/27251-imtranslate.

Kategorien

Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by