array of images

2 次查看(过去 30 天)
mideas
mideas 2012-4-10
how to read a set of images in an array (say 15-20 images)?

采纳的回答

Walter Roberson
Walter Roberson 2012-4-10

更多回答(1 个)

Geoff
Geoff 2012-4-10
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.

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by