Loading

摘要: file_path = 'D:/MATLAB/bin/IMAGES/test_t1024/';% 图像文件夹路径 img_path_list = dir(strcat(file_path,'*.tif'));%获取该文件夹中所有jpg格式的图像 img_num = length(img_path_list);%获取图像总数量 if img_num > 0 %有满足条件的图像 f... 阅读全文
posted @ 2019-06-04 14:02 ZHGQCN 阅读(363) 评论(0) 推荐(0)