how to fuse these images and how to concatenate this type of fused images
1 次查看(过去 30 天)
显示 更早的评论
hai i have three image like this
0 个评论
采纳的回答
Image Analyst
2019-11-16
Try this:
wideImage = [image1, image2, image3]; % Stitch together.
imshow(wideImage);
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modify Image Colors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!