필터 지우기
필터 지우기

to create AVI from set of images

조회 수: 3 (최근 30일)
BV
BV 2013년 6월 6일
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