How can I merge and align multiple picture in one picture?
이전 댓글 표시

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.
답변 (1개)
Harish Ramachandran
2018년 2월 8일
0 개 추천
Hi Sungwoo,
I would suggest trying out the combination of the following:
- 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.
- 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.
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!