how to separate objects in binary image?

1 回表示 (過去 30 日間)
Andrés Larroza
Andrés Larroza 2014 年 8 月 13 日
コメント済み: Alexandra 2016 年 6 月 14 日
Hello,
I have binary images representing ROIs as the one attached. In this example is is clearly seen that there are 3 ROIs, 3 closed polygons. I want to separate those ROIs in order to assign a label to each one.
I've tried using bwlabel but the problem is that ROI1 and ROI3 have some connected pixels, so I can separate ROI2 but not ROI1 and ROI3.
Any recommendations of how to do this?
  1 件のコメント
Alexandra
Alexandra 2016 年 6 月 14 日
Have you found a solution? I have the same problem

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

回答 (1 件)

Nitin
Nitin 2014 年 8 月 13 日
Your should check regionprops and morphological processing.
One simple way would be by computing the area of each region and selecting the region of interest.

Community Treasure Hunt

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

Start Hunting!

Translated by