What is the function that erodes the object all the way until only one pixel remains from that object?

 Respuesta aceptada

Chaya N
Chaya N el 26 de Oct. de 2016

0 votos

The function bwmorph with the 'shrink' option perhaps.

1 comentario

Changoleon
Changoleon el 27 de Oct. de 2016
Hey you are right,
BW2 = bwmorph(BW,'shrink',Inf); does the job, thank you

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Read, Write, and Modify Image en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 26 de Oct. de 2016

Comentada:

el 27 de Oct. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by