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.

请先登录,再进行评论。

产品


版本

R2021b

Translated by