How to skeletonize the image attached using bwmorph?
显示 更早的评论
I got different output what i didn't expect?
1 个评论
Akira Agata
2017-11-15
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)

回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Morphological Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!