What algorithm is behind matlabs bwmorph skel function?

Hi, I am trying to find the algorithm which is behind matlabs bwmorph skeleton function. is it done using opening and erosion or the distance transform?

Answers (3)

bwmorph 'skel' uses the iterative thinning algorithm described on pages 170-171 of Haralick and Shapiro, Computer and Robot Vision, Volume I, Addison-Wesley, 1992.

Tags

No tags entered yet.

Asked:

on 6 May 2013

Commented:

on 30 Jun 2020

Community Treasure Hunt

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

Start Hunting!