How do I find fork points of a skeleton? By fork point, I mean, a skeleton point having more than two adjacent points. Please help.

조회 수: 1 (최근 30일)
skltn = bwmorph(binaryImage, 'skel', Inf); %obtaining skeleton of a binary image
%Now, how do I go about finding the fork points?
%Please note I am working with human skeletons. So, essentially a human skeleton should have two fork points
%One at the neck and the other at the waist

채택된 답변

Jon
Jon 2016년 3월 21일
  댓글 수: 1
Soumyajit Pal
Soumyajit Pal 2016년 3월 21일
Yes I understand your point. What I am referring to as 'fork points', bwmorph calls it branchpoints. Trying with 'branchpoints' should do the trick. Thanks a lot!!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by