reading image, without nowing the name of the file.
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Azzi Abdelmalek
2014 年 7 月 27 日
2 件のコメント
Image Analyst
2014 年 7 月 27 日
See my attached demo for how to recurse a folder and find all files inside all folders within it.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!