フィルターのクリア

Saving images in a directory folder

9 ビュー (過去 30 日間)
Jessica
Jessica 2012 年 3 月 26 日
編集済み: Rik 2021 年 6 月 2 日
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 日
  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 日
%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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by