How do I get the fork points of a skeleton of an image?

Technical Source
1 min readFeb 6, 2024

--

I want to find the fork points of a skeleton of an image. I have obtained the skeleton of the image using the bwmorph(binaryImage, ‘skel’, Inf) function.

NOTE:-

Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help , Finance Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.

“A skeleton point having more than two adjacent points is called a fork point”: bwmorph calls this a branch point.

“Every point which is not an endpoint or fork point”: these are just a normal segment point. It does not have a particular name, and I don’t see why you’d call them branch point. If you want to obtain these, it’s just the skeleton point minus the end and branch points:

skelimage = bwmorph(binaryIma

SEE COMPLETE ANSWER CLICK THE LINK

--

--

Technical Source
Technical Source

Written by Technical Source

Simple! That is me, a simple person. I am passionate about knowledge and reading. That’s why I have decided to write and share a bit of my life and thoughts to.

No responses yet