Skeletonization for image processing in MATLAB
13 ビュー (過去 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!