saving a sequences of images
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (3)
Image Analyst
am 18 Jun. 2011
See a complete demo in this thread: http://www.mathworks.com/matlabcentral/newsreader/view_thread/306289#831247
6 Kommentare
Siehe auch
Kategorien
Mehr zu Display Image finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!