using getframe to separate frames from a video...need easy code.
Mostra commenti meno recenti
Fractogene is the name of my video....
I tried:
for frame = 1:number
fractogene(frame)= getframe;
end
fractogene(117)
ans =
cdata: [240x320 uint16]
colormap: [0x3 double]
As you can see, I got a value...Does this mean anything at all?
How can I plot it, as I didn't get a plot...
Risposta accettata
Più risposte (1)
Image Analyst
il 16 Ott 2011
0 voti
No that doesn't mean anything. You're getting the data in an axes but you haven't loaded anything into the axes, at least not in the code you've shown.
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!