reading images in a file
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Is there some way to access many files inside a folder which have names which differ numerically. Something like this:
for x = 1:5
imread(C:Documents/folder/img_x.jpg)
end
0 Commenti
Risposta accettata
Image Analyst
il 28 Giu 2013
See the FAQ for code examples: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!