How can I make a skeletonization??

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

Antworten (1)

Image Analyst
Image Analyst am 17 Dez. 2013

0 Stimmen

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

Tags

Gefragt:

am 28 Nov. 2012

Beantwortet:

am 17 Dez. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by