How can save sveral images using different names in a single pogram
Ältere Kommentare anzeigen
I am taking a snapshot of two images from left camera and right camera and would like tosave it using
imwrite(leftpic, 'l1.tif');
imwrite(rightpic , 'r1.tif');
I want to do this for a series of image as store them as l1,l2,l3,l4...similarly r1,r2,r3,r4...How can I do that?
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 20 Jun. 2014
0 Stimmen
See the FAQ for code examples: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!