array of images
Ältere Kommentare anzeigen
how to read a set of images in an array (say 15-20 images)?
Akzeptierte Antwort
Weitere Antworten (1)
Geoff
am 10 Apr. 2012
Where exactly are you stuck?
You've been posting enough questions here that I would assume you know how to write a loop.
To load an image, use the imread function:
doc imread
Store the results in a cell array: one image per cell.
Kategorien
Mehr zu Images finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!