What algorithm is behind matlabs bwmorph skel function?

4 vues (au cours des 30 derniers jours)
Stephen Casey
Stephen Casey le 6 Mai 2013
Commenté : Xin Zhang le 30 Juin 2020
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?

Réponses (3)

Steve Eddins
Steve Eddins le 6 Mai 2013
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.

Image Analyst
Image Analyst le 6 Mai 2013
  2 commentaires
Benas S
Benas S le 23 Avr 2017
Modifié(e) : Benas S le 23 Avr 2017
the search link seems to be broken, does anyone know what the algorithm is behind the matlab's bwmorph skel? Is it Blum's (1964) thinning algorithm ( http://remus.ulbsibiu.ro/teaching/courses/docs/acs/Skeleton-Algorithm.pdf )?

Connectez-vous pour commenter.


Stephen Casey
Stephen Casey le 6 Mai 2013
Thank you very much

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by