read all images from subfolders

조회 수: 3 (최근 30일)
fereshte
fereshte 2014년 5월 21일
댓글: fereshte 2014년 5월 24일
hi.i have a folder with subfolders that each folder contains ten folder and these folders have 4 image files. how can resize all images with matlab code?

답변 (1개)

Image Analyst
Image Analyst 2014년 5월 21일
Combine the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F with imresize() and you can do it. Create two filenames with sprintf() and fullfile(). Call imread() then imresize() then imwrite(). If you cannot do that, then post your code for us to fix.
  댓글 수: 12
Image Analyst
Image Analyst 2014년 5월 24일
Well figure it out. Step through one line at a time until you see the value of it vanish. See http://blogs.mathworks.com/videos/2012/07/03/debugging-in-matlab/
In the meantime, I attach a program to recurse into subfolders getting image names.
fereshte
fereshte 2014년 5월 24일
ok.thanks a lot

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by