how to save an image?
Afficher commentaires plus anciens
I got an embedded image as an output. I want to store it automatically while running the code and i need to work on that image? how to store an image using imwrite command?
2 commentaires
Image Analyst
le 6 Oct 2012
And what exactly does "embedded" mean? How is that different than any other variable in your program?
Réponses (1)
Image Analyst
le 7 Oct 2012
imwrite(yourImageArray, filename);
To set the filename, see the FAQ http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!