フィルターのクリア

saving a sequences of images

2 ビュー (過去 30 日間)
ram m
ram m 2011 年 6 月 18 日
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.

回答 (3 件)

Walter Roberson
Walter Roberson 2011 年 6 月 18 日
Please see this FAQ

Igor
Igor 2011 年 6 月 18 日
frame2im, getframe, addframe, movie2avi

Image Analyst
Image Analyst 2011 年 6 月 18 日
  6 件のコメント
Walter Roberson
Walter Roberson 2011 年 6 月 20 日
filename = sprintf('ROI frames/frame1_%d.jpeg', i);
ram m
ram m 2011 年 6 月 20 日
thankyou Sir

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by