How to get the main arcade of the vessel?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everyone, i have extracted vessel tree from the optic disc.
How can i remove the branches and only get the main arcade?
Thanks.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1024485/image.png)
0 commentaires
Réponses (1)
Image Analyst
le 7 Juin 2022
Maybe try bwskel to get the skeleton, and bwareafilt to extract only blobs of a certain area (size).
5 commentaires
Image Analyst
le 8 Juin 2022
y = 1000;
intersectingColumns = find(mask(y, :)); % This is many values of x.
Voir également
Catégories
En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!