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

6 views (last 30 days)
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.??

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 2 Aug 2018
Edited: KALYAN ACHARJYA on 3 Aug 2018
% Here considering i is the imshow image
imwrite(i,'D:\Kalyan Works\Matlab Work\test5\im.jpg');
  8 Comments

Sign in to comment.

More Answers (1)

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

Sign in to comment.

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!