标签:atl bsp read 格式 code color end dir matlab
imgPath = ‘./imgs/‘; % 图像库路径 imgDir = dir([imgPath ‘*.png‘]); % 遍历所有jpg格式文件 for i = 1:length(imgDir) % 遍历结构体就可以一一处理图片了 img = imread([imgPath imgDir(i).name]); %读取每张图片 end
标签:atl bsp read 格式 code color end dir matlab
原文地址:https://www.cnblogs.com/wjjcjj/p/12356844.html