reading images in a file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Image Analyst
am 28 Jun. 2013
See the FAQ for code examples: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!