Reading image files-batch
古いコメントを表示
Hi,
I am trying to read image files from a folder (not Matlab working folder) but it does not work
Code: files = dir('C:\Users\ell\Desktop\segon\seg_array\Tv*.png') rgbl = imread('C:\Users\ell\Desktop\segn\seg_array\', files(1).name);
Can someone please tell me what is the problem.
Thanks
採用された回答
その他の回答 (1 件)
Rodrigo
2012 年 9 月 23 日
0 投票
second line should read: imread(strcat('C:\Users\ell\Desktop\segn\seg_array\', files(1).name));
カテゴリ
ヘルプ センター および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!