saving a sequences of images

1 view (last 30 days)
ram m
ram m on 18 Jun 2011
Hi
I want to save a sequences of images I have read the images from a video sequences and made some changes to each frames. now I am able to display the images using Imshow, i want to save these images and create a video sequence with the changes I have made to the frames. Can anyone help em with this.
figure(i) imshow(frame1),title(i);
this gives a list of figures, i want save these figures in a folder.
thank you.

Answers (3)

Walter Roberson
Walter Roberson on 18 Jun 2011
Please see this FAQ

Igor
Igor on 18 Jun 2011
frame2im, getframe, addframe, movie2avi

Image Analyst
Image Analyst on 18 Jun 2011
  6 Comments
Walter Roberson
Walter Roberson on 20 Jun 2011
filename = sprintf('ROI frames/frame1_%d.jpeg', i);
ram m
ram m on 20 Jun 2011
thankyou Sir

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!