필터 지우기
필터 지우기

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