to create AVI from set of images
Show older comments
i have set of images (15 images) which is pre-processed in a loop. later, the output images are displayed in the following loop. I do not know how to store and create avi movie out of these images. the images are run in the following loop:
for j = 1:15
figure,imshow (A(: ,: ,j ) );
end
should I store the images as sequence and then convert to a movie? can someone help me in this?
Accepted Answer
More Answers (1)
Image Analyst
on 6 Jun 2013
0 votes
Categories
Find more on Convert Image Type in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!