Get the masks of the region between two lines
Show older comments
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 Comment
darova
on 25 Mar 2020
Can you fill the region you want to select (on the picture)?
Answers (1)
Jyotsna Talluri
on 30 Mar 2020
0 votes
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.
Categories
Find more on ROI-Based Processing 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!