Image Selection in freeform

I want to select some regions in my image and I want to do it in freefrom manner. Is there any way?

回答 (1 件)

DGM
DGM 2024 年 2 月 24 日

1 投票

Use drawfreehand() to create an ROI object interactively. Once done, use createMask() to convert the ROI object into a logical mask. Then do whatever you need to do using the mask.

1 件のコメント

Deepan Jayakumar
Deepan Jayakumar 2024 年 2 月 26 日
Thank you I will use the method

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

質問済み:

2024 年 2 月 24 日

コメント済み:

2024 年 2 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by