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.

0 个评论
回答(1 个)
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
2022-6-8
y = 1000;
intersectingColumns = find(mask(y, :)); % This is many values of x.