saving the output image

6 visualizaciones (últimos 30 días)
Sneha P S
Sneha P S el 9 de Feb. de 2018
Comentada: Image Analyst el 20 de Jul. de 2020
Ineed to save my output image using a filename in one folder? How is it possible?

Respuesta aceptada

Jan
Jan el 8 de Mzo. de 2018
Editada: Jan el 8 de Mzo. de 2018
Folder = 'C:\Your\Folder';
File = 'Image.png';
Img = rand(640, 480, 3);
imwrite(Img, fullfile(Folder, File));
  3 comentarios
Kashyap Koshti
Kashyap Koshti el 20 de Jul. de 2020
can it rewrite on same image?
Image Analyst
Image Analyst el 20 de Jul. de 2020
Yes, you can overwrite an existing image.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by