How to skeletonize the image attached using bwmorph?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I got different output what i didn't expect?
1 Commento
Akira Agata
il 15 Nov 2017
The following script creates the attached skeletonized image. Could you tell us more detail on what's wrong with it?
BW = imread('vari.png');
BW2 = bwmorph(BW,'skel',Inf);
imshow(BW2)
Risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!