Reading image files-batch
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Rodrigo
el 23 de Sept. de 2012
0 votos
second line should read: imread(strcat('C:\Users\ell\Desktop\segn\seg_array\', files(1).name));
Categorías
Más información sobre Convert Image Type en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!