MATLAB讀取指定文件夾下的全部文件

1. 指定路徑下,單個文件夾data中全部圖像 file_path =  '.\data\';% 圖像文件夾路徑 img_path_list =   dir(strcat(file_path,'*.jpg'));%獲取該文件夾中全部 jpg格式的圖像 img_num = length(img_path_list);%獲取圖像總數量 if img_num > 0 %有知足條件的圖像        
相關文章
相關標籤/搜索