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

1 view (last 30 days)
hai i have three image like this

Accepted Answer

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

More Answers (0)

Community Treasure Hunt

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

Start Hunting!