Borrar filtros
Borrar filtros

How to save output imshow(matchedfeatures) images to a folder.?

6 visualizaciones (últimos 30 días)
I wanted to know how we can save output images to a folder. An example of matched features is in https://in.mathworks.com/help/vision/ref/showmatchedfeatures.html. also figures that are displayed as imshow or montage need to be saved to a folder. how we can do this.??

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 2 de Ag. de 2018
Editada: KALYAN ACHARJYA el 3 de Ag. de 2018
% Here considering i is the imshow image
imwrite(i,'D:\Kalyan Works\Matlab Work\test5\im.jpg');
  8 comentarios
KALYAN ACHARJYA
KALYAN ACHARJYA el 3 de Ag. de 2018
Is there, see the comments section in the answer.

Iniciar sesión para comentar.

Más respuestas (1)

KSSV
KSSV el 30 de Jul. de 2018
  3 comentarios
Jan
Jan el 2 de Ag. de 2018
@karthik k: What exactly is "our output" and what's wrong with imwrite?
Karthik K
Karthik K el 3 de Ag. de 2018
@Jan. sir our output means the images which we display using imshow or montage function in matlab. i tried with imwrite now, earlier i was not knowing it, when searched i was not able to find it also.

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