![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1775985/image.png)
matlab program to find triple and end points
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
iam new to matlab. i need to find triple and end points to skeleton image .pls help to me sir.my skeleton images is
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/148761/image.jpeg)
0 Commenti
Risposte (1)
Vidhi Agarwal
il 20 Set 2024
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1775985/image.png)
To understand the usage of the function, refer to the following documentation:
Hope that helps!
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!