Re: 请教从video文件提取图像的软件# Software - 软件世界
s*a
1 楼
mov = aviread(filename);
得到一个struct array mov
然后循环一下
i=1:whatever
a=frame2im(mov(i));
imwrite(a,whatever);
不难吧
BTW, 我用的是matlab 6.5.0.180913a (R13) campus license
得到一个struct array mov
然后循环一下
i=1:whatever
a=frame2im(mov(i));
imwrite(a,whatever);
不难吧
BTW, 我用的是matlab 6.5.0.180913a (R13) campus license