Filter löschen
Filter löschen

to create AVI from set of images

3 Ansichten (letzte 30 Tage)
BV
BV am 6 Jun. 2013
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?

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 6 Jun. 2013
  1 Kommentar
BV
BV am 6 Jun. 2013
Bearbeitet: BV am 6 Jun. 2013
thank u) i will try it. should I have to define the writerObj? I get error as ' Undefined function or variable 'writerObj''

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Image Analyst
Image Analyst am 6 Jun. 2013

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by