array of images
2 次查看(过去 30 天)
显示 更早的评论
how to read a set of images in an array (say 15-20 images)?
0 个评论
采纳的回答
更多回答(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.
0 个评论
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!