Azzera filtri
Azzera filtri

how to save an image?

1 visualizzazione (ultimi 30 giorni)
Sivakumaran Chandrasekaran
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 Commenti
Matt J
Matt J il 6 Ott 2012
Modificato: Matt J il 6 Ott 2012
What information are you asking for beyond what is already given in "doc imwrite"?
Image Analyst
Image Analyst il 6 Ott 2012
And what exactly does "embedded" mean? How is that different than any other variable in your program?

Accedi per commentare.

Risposte (1)

Image Analyst
Image Analyst il 7 Ott 2012
imwrite(yourImageArray, filename);

Categorie

Scopri di più su Convert Image Type in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by