フィルターのクリア

How to separate the given segmented image based on the region produced and save as separate image

1 回表示 (過去 30 日間)
Poonam
Poonam 2013 年 11 月 25 日
回答済み: Image Analyst 2013 年 11 月 25 日
Here is the image of segmentation I have done,
Now I want to separate the last image from the given result based on the region which is
produced and save as separate region image and do further work on it
How can I do it?

回答 (1 件)

Image Analyst
Image Analyst 2013 年 11 月 25 日
I have no idea what the last image is, but you can save images with imwrite() into standard image file formats, or you can use save() if you want to save a floating point image in MATLAB proprietary format .mat file. Images must be rectangular.

Community Treasure Hunt

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

Start Hunting!

Translated by