Running the software for multiple images

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 日

0 投票

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