How can I make a skeletonization??
Ältere Kommentare anzeigen
skeletonization : reduce the width of lines to one pixel.
how can I do that to palm vein image??
1 Kommentar
Daniel Shub
am 28 Nov. 2012
Closed as it is a doit4me question.
Antworten (1)
Image Analyst
am 17 Dez. 2013
skeleton = bwmorph(binaryImage, 'skel', inf);
Kategorien
Mehr zu Morphological Operations finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!