how to fuse these images and how to concatenate this type of fused images

1 次查看(过去 30 天)
hai i have three image like this

采纳的回答

Image Analyst
Image Analyst 2019-11-16
Try this:
wideImage = [image1, image2, image3]; % Stitch together.
imshow(wideImage);

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by