segment the vessels in the attached image

조회 수: 4 (최근 30일)
Matlab User
Matlab User 2022년 3월 16일
답변: Matt J 2022년 3월 16일
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.

답변 (1개)

Matt J
Matt J 2022년 3월 16일
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