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에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!