How can I make a skeletonization??

skeletonization : reduce the width of lines to one pixel.
how can I do that to palm vein image??

Answers (1)

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

Tags

Asked:

on 28 Nov 2012

Answered:

on 17 Dec 2013

Community Treasure Hunt

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

Start Hunting!