Skeletonization for image processing in MATLAB

Could someone tell me how I could build a skeletonization using MATLAB code, or show some exemplification of code?

1 Comment

Suppose the binary image bw T=bwmorph (bw,'skel'inf); Or T=bwmorph (bw,'remove');

Sign in to comment.

Answers (1)

2 Comments

Any thoughts oh how to do it in 3D? :)
Philip Kollsmansberger has a library called Skeleton3D. Google it to find the library.

Sign in to comment.

Categories

Commented:

on 10 Aug 2017

Community Treasure Hunt

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

Start Hunting!