How to get the main arcade of the vessel?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Image Analyst
on 7 Jun 2022
Maybe try bwskel to get the skeleton, and bwareafilt to extract only blobs of a certain area (size).
5 Comments
Image Analyst
on 8 Jun 2022
y = 1000;
intersectingColumns = find(mask(y, :)); % This is many values of x.
See Also
Categories
Find more on Image Processing and Computer Vision in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!