How to store an image from imshow?

I have displayed an image using imshow and plotted some segmentations using lines.
Can I know how can I store the resulting image without changing image dimensions?(I get white background when I try to store the image using save button)
Original Image is 5_20.jpg
Image after plotting is pat1.jpg
I want to store pat1.jpg without borders after plotting lines on it.
Can I know how can this be done?

 Accepted Answer

KSSV
KSSV on 20 May 2020
Read about imwrite.

3 Comments

Srikar Malyala
Srikar Malyala on 23 May 2020
Edited: Srikar Malyala on 23 May 2020
But if I am using imwrite(),I am not able to save the segmentations on image.I can only save the original image without segmentations done.My need is to save image with those segmentations without getting the white background.
Not true. You can save any image. If you've put graphics over the image, into the graphics overlay, use exportgraphics() (available in r2020a).

Sign in to comment.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!