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

1 vue (au cours des 30 derniers jours)
hai i have three image like this

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Modify Image Colors dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by