Convert Some Pixel from binary image
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuesta aceptada
Walter Roberson
el 2 de Jun. de 2019
https://www.mathworks.com/help/images/ref/imfill.html imfill() with 'holes'
5 comentarios
Walter Roberson
el 2 de Jun. de 2019
YourFilledImage = imcomplement(bwareafilt(imcomplement(im2bw(YourImage)),2));
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!