can anyone explain the meaning of the line mov_gray(i).image=mov(i).cdata"
1 view (last 30 days)
Show older comments
mov=aviread(pic_path);
n=100; s=1; e=n;
for i=s:e
mov_gray(i).image=mov(i).cdata; % mov_gray(i).image为第i帧图像
end
Thanks in advance...
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!