can anyone explain the meaning of the line mov_gray(i).image=mov(i).cdata"
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commenti
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!