reading image, without nowing the name of the file.
조회 수: 3 (최근 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!