Saving images in a directory folder

Dear Sir,
i am making some operations in images and retrieve some target images , these target images i need to save them into a file , how can i do it ?
Thank you in advance

답변 (2개)

Thomas
Thomas 2012년 3월 26일

2 개 추천

댓글 수: 1

Jan
Jan 2012년 3월 26일
+1: A complete answer.
Such basic question can be answered by Google also. e.g by using the terms "Matlab save image". Inside Matlab this can help: "docsearch image".

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

Rahul punk
Rahul punk 2021년 6월 2일
편집: Rik 2021년 6월 2일

0 개 추천

%read image test.jpg
tt= imshow('C:\Users\admin\Desktop\test.jpg') ;
%save your image other location with any name save desktop or any folder also
saveas(tt,'C:\Users\admin\Desktop\testimagesave.jpg') ;

댓글 수: 1

Rik
Rik 2021년 6월 2일
Same as with your other answer, you forgot to apply formatting to your code.
I also don't see what this adds beyond what the other answer already provides.

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

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2012년 3월 26일

편집:

Rik
2021년 6월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by