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
Daniel Shub 2012 年 11 月 28 日
Closed as it is a doit4me question.

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2013 年 12 月 17 日

0 投票

skeleton = bwmorph(binaryImage, 'skel', inf);

タグ

質問済み:

2012 年 11 月 28 日

回答済み:

2013 年 12 月 17 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by