can some one help me please how to ADD 20 images of same size to one image. i used imad command but it can add only two images. As you can see the image below, i want to add more than 20 images like this. all the images have same dimensions
1 回表示 (過去 30 日間)
古いコメントを表示
0 件のコメント
採用された回答
KALYAN ACHARJYA
2018 年 12 月 22 日
編集済み: madhan ravi
2018 年 12 月 22 日
image_result=image1+image2+...+image20
Try this one, if above not get theresult
image_result=double(image1)+double(image2)+...+double(image20)
5 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Read, Write, and Modify Image についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!