How to add two images in one, next to each other
23 次查看(过去 30 天)
显示 更早的评论
Hello, I have two splited images from diference matlab files. Now i need to merge them, near to each other. I tried supblot, imadd,cat methods, but nothing works. Please help me.
Result after sublot experiment:
0 个评论
回答(2 个)
Stefan Grandl
2016-9-7
I know, the question is some months old, but anyway:
Try to use imshowpair with argument 'montage' (see this question How can I display two images at once?). You will need the Image Processing Toolbox for it.
Otherwise try a solution proposed in the link.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Basic Display 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!