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!