convert movie to images

6 次查看(过去 30 天)
ahmed mefteh
ahmed mefteh 2019-1-29
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

回答(1 个)

Image Analyst
Image Analyst 2019-1-29
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.

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by