Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
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

Antworten (1)

Chad Greene
Chad Greene am 9 Mär. 2016
You can use imwrite.
  2 Kommentare
Image Analyst
Image Analyst am 9 Mär. 2016
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 am 9 Mär. 2016
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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by