Azzera filtri
Azzera filtri

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

4 visualizzazioni (ultimi 30 giorni)
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.??

Risposta accettata

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

Accedi per commentare.

Più risposte (1)

KSSV
KSSV il 30 Lug 2018
  3 Commenti
Jan
Jan il 2 Ago 2018
@karthik k: What exactly is "our output" and what's wrong with imwrite?
Karthik K
Karthik K il 3 Ago 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.

Accedi per commentare.

Categorie

Scopri di più su Image Processing Toolbox 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