How to save output imshow(matchedfeatures) images to a folder.?
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Karthik K
am 30 Jul. 2018
Kommentiert: Karthik K
am 3 Aug. 2018
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.??
0 Kommentare
Akzeptierte Antwort
KALYAN ACHARJYA
am 2 Aug. 2018
Bearbeitet: KALYAN ACHARJYA
am 3 Aug. 2018
% Here considering i is the imshow image
imwrite(i,'D:\Kalyan Works\Matlab Work\test5\im.jpg');
8 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!