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!