Skeletonization for image processing in MATLAB
9 次查看(过去 30 天)
显示 更早的评论
Could someone tell me how I could build a skeletonization using MATLAB code, or show some exemplification of code?
1 个评论
brhin kidane
2017-3-20
Suppose the binary image bw T=bwmorph (bw,'skel'inf); Or T=bwmorph (bw,'remove');
回答(1 个)
Doug Hull
2012-3-8
2 个评论
Avik Mondal
2017-8-10
Philip Kollsmansberger has a library called Skeleton3D. Google it to find the library.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!