convert movie to images

7 visualizaciones (últimos 30 días)
ahmed mefteh
ahmed mefteh el 29 de En. de 2019
Respondida: Image Analyst el 29 de En. de 2019
Salut,
Je travaille sur l'approche de Niebles: "Apprentissage non supervisé de catégories d'actions humaines à l'aide de mots spatio-temporels"
Je veux convertir un cadre .avi en images, je lance les instructions suivantes:
M = VideoReader ([srcdir '\' fname]);
I = movie2images (M);
mais j'ai cette erreur:
Erreur lors de l'utilisation de frame2im
Film invalide: prévu une structure

Respuestas (1)

Image Analyst
Image Analyst el 29 de En. de 2019
Never heard of movie2images, but my attached program splits apart a movie into individual frames and stores them in disk files, then it reads them back in and constructs a movie out of the individual files.
Another attached demo saves images from an axes created by the surf() function, and creates a movie out of them.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by