Azzera filtri
Azzera filtri

Error using frame2im Invalid movie: expected a structure

2 visualizzazioni (ultimi 30 giorni)
Hi all I have an avi movie. I use those code. What is wrong?
mov = VideoReader(videoname); frame = readFrame(mov); [img, ~] = frame2im(frame);
Error using frame2im Invalid movie: expected a structure
Thanks

Risposte (1)

Stephen23
Stephen23 il 25 Lug 2018
Modificato: Stephen23 il 25 Lug 2018
As its documentation clearly states, the readframe function returns a numeric array already (i.e. an image), so you do not need frame2im at all. Remove frame2im from your code. frame2im is only required if you are using getframe (because it returns a structure).

Categorie

Scopri di più su Convert Image Type in Help Center e File Exchange

Prodotti


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by