Use of movie(M) command
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi to all!!! I am working on the problem of tracking in video. I've extracted the frames from the video. I am facing problems in regenerating the video from the frames. I tried using the 'movie' command and the 'Im2frame' command but it didn't serve the purpose. Pl. suggest some other method. Pl. let me know if there is some way of generating the matrix containing the video by directly performing some mathematical operation(s) on the matrices containing the frames. Also tell if there is some way by which we can identify which portion of the image is represented by each cell value of the image matrix.
0 Kommentare
Antworten (1)
Onomitra Ghosh
am 3 Jul. 2011
How did you extract the frames and how is the data in MATLAB? MOVIE is good to view the video in MATLAB. However if you want to save them back as a video file, you may want to try VideoWriter which can take different type of inputs to create video files.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Convert Image Type finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!