How can I make a skeletonization??
古いコメントを表示
skeletonization : reduce the width of lines to one pixel.
how can I do that to palm vein image??
1 件のコメント
Daniel Shub
2012 年 11 月 28 日
Closed as it is a doit4me question.
回答 (1 件)
Image Analyst
2013 年 12 月 17 日
skeleton = bwmorph(binaryImage, 'skel', inf);
カテゴリ
ヘルプ センター および File Exchange で Morphological Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!