reading images in a file
1 回表示 (過去 30 日間)
古いコメントを表示
Is there some way to access many files inside a folder which have names which differ numerically. Something like this:
for x = 1:5
imread(C:Documents/folder/img_x.jpg)
end
0 件のコメント
採用された回答
Image Analyst
2013 年 6 月 28 日
See the FAQ for code examples: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!