How can I make a skeletonization??
Mostrar comentarios más antiguos
skeletonization : reduce the width of lines to one pixel.
how can I do that to palm vein image??
1 comentario
Daniel Shub
el 28 de Nov. de 2012
Closed as it is a doit4me question.
Respuestas (1)
Image Analyst
el 17 de Dic. de 2013
skeleton = bwmorph(binaryImage, 'skel', inf);
Categorías
Más información sobre Morphological Operations en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!