How to get image's .cdata from column vector of a image
Afficher commentaires plus anciens
Hi, i am working on video frames. I have converted the image structure into the column vector format, and then performed some algebraic modifications.
how can i get the frames back from the column vector. or the m x n x 3 x 8 matrix from column vector.
so that i can play the movie by using new frames.
please help me.
Thanks in advance
Réponses (1)
Walter Roberson
le 9 Mar 2013
reshape( columnvector, size(original_image) )
Catégories
En savoir plus sur Audio and Video Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!