フィルターのクリア

How to skeletonize the image attached using bwmorph?

2 ビュー (過去 30 日間)
D.Regan
D.Regan 2017 年 11 月 15 日
コメント済み: Akira Agata 2017 年 11 月 15 日
I got different output what i didn't expect?
  1 件のコメント
Akira Agata
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 件)

Community Treasure Hunt

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

Start Hunting!

Translated by