segment the vessels in the attached image

4 views (last 30 days)
Matlab User
Matlab User on 16 Mar 2022
Answered: Matt J on 16 Mar 2022
I am trying to segment the vessels in the attached image. I tried using the noise filters, smoothing, sharpening and various morphological processing. I am still unable to process it well. I need the white vessels to be segmented. Any idea how to segment the vessels is greatly appreciated.

Answers (1)

Matt J
Matt J on 16 Mar 2022
load Images
B=bwareaopen(A>170,100);
montage({A,B})

Community Treasure Hunt

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

Start Hunting!