reading image, without nowing the name of the file.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
reza
el 27 de Jul. de 2014
Comentada: Image Analyst
el 27 de Jul. de 2014
Hello,
I'm trying to read an image into a matrix, which i'm not suppose to now the file name in advance. usually i type for example: s= imread('mypic.jpg');
now i don't now the file name i just have its address, how should i do that?
thanks,
3 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 27 de Jul. de 2014
2 comentarios
Image Analyst
el 27 de Jul. de 2014
See my attached demo for how to recurse a folder and find all files inside all folders within it.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!