Loading

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