Get the masks of the region between two lines

14 ビュー (過去 30 日間)
Yuzhen Lu
Yuzhen Lu 2020 年 3 月 25 日
回答済み: Jyotsna Talluri 2020 年 3 月 30 日
Here is an image where two lines are drawn. I want to generate a binary mask for the region enclosed by the two lines. Is there a specialized function for achiving this purpose?
  1 件のコメント
darova
darova 2020 年 3 月 25 日
Can you fill the region you want to select (on the picture)?

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

回答 (1 件)

Jyotsna Talluri
Jyotsna Talluri 2020 年 3 月 30 日
Create a polygonal ROI on the image by specifying the vertices of the ROI using the position property, or you can draw the ROI interactively using draw function. Refer to the below documentation links for creating ROI.
Once the ROI is created, create binary Mask using createMask function

Community Treasure Hunt

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

Start Hunting!

Translated by