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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1024485/image.png)
댓글 수: 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!