Effacer les filtres
Effacer les filtres

Error using frame2im Invalid movie: expected a structure

2 vues (au cours des 30 derniers jours)
Jenny Shen
Jenny Shen le 24 Juil 2018
Modifié(e) : Stephen23 le 25 Juil 2018
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

Réponses (1)

Stephen23
Stephen23 le 25 Juil 2018
Modifié(e) : Stephen23 le 25 Juil 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).

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by