How can I make a skeletonization??

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

Respuestas (1)

Image Analyst
Image Analyst el 17 de Dic. de 2013
skeleton = bwmorph(binaryImage, 'skel', inf);

Etiquetas

Preguntada:

el 28 de Nov. de 2012

Respondida:

el 17 de Dic. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by