필터 지우기
필터 지우기

Running the software for multiple images

조회 수: 1 (최근 30일)
Gee Cheng Mun
Gee Cheng Mun 2016년 1월 10일
댓글: Walter Roberson 2016년 1월 11일
I have this folder of images and would like to run my software on them. However, I am not so sure how and what to start with. Thanks in advance.

채택된 답변

Walter Roberson
Walter Roberson 2016년 1월 10일
  댓글 수: 2
Gee Cheng Mun
Gee Cheng Mun 2016년 1월 10일
Thank you so much! May I know how can I obtain an average image from a folder which contains multiple images?
Walter Roberson
Walter Roberson 2016년 1월 11일
for imagenumber = 1 : 20
TheImageArray = read image #imagenumber
if imagenumber == 1
image_total = double(TheImageArray)
else
image_total = image_total + TheImageArray
end
end
mean_Image = image_total / number of images

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by