How to get the main arcade of the vessel?

1 次查看(过去 30 天)
Hi everyone, i have extracted vessel tree from the optic disc.
How can i remove the branches and only get the main arcade?
Thanks.

回答(1 个)

Image Analyst
Image Analyst 2022-6-7
Maybe try bwskel to get the skeleton, and bwareafilt to extract only blobs of a certain area (size).
  5 个评论
Image Analyst
Image Analyst 2022-6-8
y = 1000;
intersectingColumns = find(mask(y, :)); % This is many values of x.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Processing and Computer Vision 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by