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.

2 views (last 30 days)
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

Accepted Answer

Jon
Jon on 21 Mar 2016
  1 Comment
Soumyajit Pal
Soumyajit Pal on 21 Mar 2016
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!!

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!