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

4 次查看(过去 30 天)
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.??

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2018-8-2
编辑:KALYAN ACHARJYA 2018-8-3
% Here considering i is the imshow image
imwrite(i,'D:\Kalyan Works\Matlab Work\test5\im.jpg');
  8 个评论

请先登录,再进行评论。

更多回答(1 个)

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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by