필터 지우기
필터 지우기

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일)
arshad (2).png

채택된 답변

KALYAN ACHARJYA
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개)

Community Treasure Hunt

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

Start Hunting!

Translated by