Skeletonization for image processing in MATLAB
古いコメントを表示
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 投票
2 件のコメント
Matthew
2015 年 10 月 19 日
Any thoughts oh how to do it in 3D? :)
Avik Mondal
2017 年 8 月 10 日
Philip Kollsmansberger has a library called Skeleton3D. Google it to find the library.
カテゴリ
ヘルプ センター および File Exchange で DICOM Format についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!