How can I make a skeletonization??
Show older comments
skeletonization : reduce the width of lines to one pixel.
how can I do that to palm vein image??
1 Comment
Daniel Shub
on 28 Nov 2012
Closed as it is a doit4me question.
Answers (1)
Image Analyst
on 17 Dec 2013
skeleton = bwmorph(binaryImage, 'skel', inf);
Categories
Find more on Morphological Operations in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!