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 CenterFile Exchange에서 Biomedical Imaging에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by