Convert Some Pixel from binary image

1 visualización (últimos 30 días)
mohammed alany
mohammed alany el 1 de Jun. de 2019
Comentada: mohammed alany el 3 de Jun. de 2019
Dear all
If I have a binary image like the one below,
how i can remove the black color inside the white color?

Respuesta aceptada

Walter Roberson
Walter Roberson el 2 de Jun. de 2019
  5 comentarios
Walter Roberson
Walter Roberson el 2 de Jun. de 2019
YourFilledImage = imcomplement(bwareafilt(imcomplement(im2bw(YourImage)),2));
mohammed alany
mohammed alany el 3 de Jun. de 2019
Many thanks for your help,

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by