matlab program to find triple and end points
Show older comments
iam new to matlab. i need to find triple and end points to skeleton image .pls help to me sir.my skeleton images is

Answers (1)
Vidhi Agarwal
on 20 Sep 2024
0 votes
To find the end points and branch points in a skeletonize image, try using “bwmorph” function of MATLAB, with “endpoints” and “branchpoints” as options respectively.
The output for the given image will look like:

To understand the usage of the function, refer to the following documentation:
Hope that helps!
Categories
Find more on Morphological Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!