What algorithm is behind matlabs bwmorph skel function?
Ältere Kommentare anzeigen
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?
Antworten (3)
Steve Eddins
am 6 Mai 2013
2 Stimmen
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.
1 Kommentar
Xin Zhang
am 30 Jun. 2020
Thank you very much.
Image Analyst
am 6 Mai 2013
0 Stimmen
You'll probably find it on Steve's blog: http://www.mathworks.com/searchresults/?search_submit=blogs&query=skeleton&submitButtonName.x=0&submitButtonName.y=0&q=skeleton&c[]=blogs
2 Kommentare
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 )?
Stephen Casey
am 6 Mai 2013
0 Stimmen
Kategorien
Mehr zu Morphological Operations finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!