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.

 Risposta accettata

Walter Roberson
Walter Roberson il 10 Gen 2016

2 Commenti

Thank you so much! May I know how can I obtain an average image from a folder which contains multiple images?
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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Read, Write, and Modify Image in Centro assistenza e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by