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!