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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!