How to remove branches from skeleton image?
이전 댓글 표시
I have a root plant in image below.

I have to detect primary root. I got the skeleton of root like image below

How to remove all branches in skeleton image to get primary root?
Please help me!
Thanks!
댓글 수: 2
adrian satmari
2020년 2월 12일
Hi @Tran Quoc Huy
I got some problem, did you find some solution for this?
Thank you!
답변 (1개)
Brenda Silva
2018년 10월 29일
0 개 추천
The function bwmorph (see matlab documentation) might help you with this. Try to use im = bwmorph(im,'spur',Inf).
카테고리
도움말 센터 및 File Exchange에서 Morphological Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
