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

1 vue (au cours des 30 derniers jours)
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

Réponse acceptée

KALYAN ACHARJYA
KALYAN ACHARJYA le 25 Avr 2019
Modifié(e) : KALYAN ACHARJYA le 25 Avr 2019
How can I extract only large connected region ?
largestBlob=bwareafilt(segmented_image, 1);
  1 commentaire
Bhaskar R
Bhaskar R le 30 Avr 2019
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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Biomedical Imaging dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by