Borrar filtros
Borrar filtros

Error using frame2im Invalid movie: expected a structure

2 visualizaciones (últimos 30 días)
Jenny Shen
Jenny Shen el 24 de Jul. de 2018
Editada: Stephen23 el 25 de Jul. de 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

Respuestas (1)

Stephen23
Stephen23 el 25 de Jul. de 2018
Editada: Stephen23 el 25 de Jul. de 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).

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by