segment the vessels in the attached image

4 visualizaciones (últimos 30 días)
Matlab User
Matlab User el 16 de Mzo. de 2022
Respondida: Matt J el 16 de Mzo. de 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.

Respuestas (1)

Matt J
Matt J el 16 de Mzo. de 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!

Translated by