Borrar filtros
Borrar filtros

How to skeletonize the image attached using bwmorph?

2 visualizaciones (últimos 30 días)
D.Regan
D.Regan el 15 de Nov. de 2017
Comentada: Akira Agata el 15 de Nov. de 2017
I got different output what i didn't expect?
  1 comentario
Akira Agata
Akira Agata el 15 de Nov. de 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)

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by