Borrar filtros
Borrar filtros

How can i save a output image into a folder ?

1 visualización (últimos 30 días)
sam  CP
sam CP el 16 de Abr. de 2017
Comentada: Image Analyst el 30 de Ag. de 2020
imwrite(yourImageArray, filename);
How can i save the output displayed image by using above code?

Respuestas (1)

Image Analyst
Image Analyst el 16 de Abr. de 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 comentarios
Min Min
Min Min el 29 de Ag. de 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 el 30 de Ag. de 2020
You can use copyfile(). I use it all the time to copy files back and forth to a shared folder on a server.

Iniciar sesión para comentar.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by