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개)

Image Analyst
Image Analyst 2013년 12월 17일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

질문:

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