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!