How to get image's .cdata from column vector of a image
Show older comments
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
Answers (1)
Walter Roberson
on 9 Mar 2013
reshape( columnvector, size(original_image) )
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!