필터 지우기
필터 지우기

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

조회 수: 4 (최근 30일)
Karthik K
Karthik K 2018년 7월 30일
댓글: Karthik K 2018년 8월 3일
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
KALYAN ACHARJYA
KALYAN ACHARJYA 2018년 8월 3일
Is there, see the comments section in the answer.
Karthik K
Karthik K 2018년 8월 3일
Thank you sir...

댓글을 달려면 로그인하십시오.

추가 답변 (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