필터 지우기
필터 지우기

How to export an image from matlab after processing it and save it in any location

조회 수: 2 (최근 30일)
Dear Gen.
Kindly, i need your kind support to explain to me how to export an image from matlab after processing it and save it in any location i determine it in my laptop. Kind Regards

답변 (1개)

Chad Greene
Chad Greene 2016년 3월 9일
You can use imwrite.
  댓글 수: 2
Image Analyst
Image Analyst 2016년 3월 9일
with fullfile().
And if you want a non-integer image that you're not going to open in any other program, you can store it in a .mat file with save() and recall it with load().
haider alnaqeeb
haider alnaqeeb 2016년 3월 9일
i need to export image from matlab to desktop of my computer not to import image. for example:
img =im2double(imread('finger.png'));
img = imresize(img,0.5);
how can i export img to desktop or any location as jpg,png ? kind regards

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

카테고리

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