array of images
古いコメントを表示
how to read a set of images in an array (say 15-20 images)?
採用された回答
その他の回答 (1 件)
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.
カテゴリ
ヘルプ センター および File Exchange で Images についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!