How can I extract only large connected region with eliminating unwanted lines in the segmented binary image?

1 回表示 (過去 30 日間)
I have done segmentation operation on MRI image, in the last step i got required region with unwated lines/region. Out of that I need the
image with large connected part with unwanted line. I followed different morphological operations dilating, closing, erosion, bwareafilt methods
to achieve large connected tumour part but all are in vain.
Image is attached
-Thanks

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2019 年 4 月 25 日
編集済み: KALYAN ACHARJYA 2019 年 4 月 25 日
How can I extract only large connected region ?
largestBlob=bwareafilt(segmented_image, 1);
  1 件のコメント
Bhaskar R
Bhaskar R 2019 年 4 月 30 日
Thanks for the prompt responce. I already applied bwareafilt with diffent ranges but non of them fruitful, for the range 1 i got only one curve out of whole tumer, it should be closed curve large connected curve with no srrounding small lines

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeBiomedical Imaging についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by