How can i save a output image into a folder ?

3 vues (au cours des 30 derniers jours)
sam  CP
sam CP le 16 Avr 2017
Commenté : Image Analyst le 30 Août 2020
imwrite(yourImageArray, filename);
How can i save the output displayed image by using above code?

Réponses (1)

Image Analyst
Image Analyst le 16 Avr 2017
That code is correct. Just supply a valid image variable, and a valid filename, and it will work. If it doesn't, read this thoroughly and edit your question so that it's answerable.
  6 commentaires
Min Min
Min Min le 29 Août 2020
Dear sir: I want to transfer image from host pc to another pc's folder. What type of function should I use?
Image Analyst
Image Analyst le 30 Août 2020
You can use copyfile(). I use it all the time to copy files back and forth to a shared folder on a server.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by