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

5 visualizaciones (últimos 30 días)
Sungwoo Park
Sungwoo Park el 2 de Feb. de 2018
Respondida: Harish Ramachandran el 8 de Feb. de 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.

Respuestas (1)

Harish Ramachandran
Harish Ramachandran el 8 de Feb. de 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.

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by