to create AVI from set of images

1 次查看(过去 30 天)
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?

采纳的回答

Sean de Wolski
Sean de Wolski 2013-6-6
  1 个评论
BV
BV 2013-6-6
编辑:BV 2013-6-6
thank u) i will try it. should I have to define the writerObj? I get error as ' Undefined function or variable 'writerObj''

请先登录,再进行评论。

更多回答(1 个)

Image Analyst
Image Analyst 2013-6-6

类别

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