
how to connect pixels of a binary image as shown in picture?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Respuesta aceptada
Guillaume
el 20 de En. de 2019
img = imread('image.png');
newimg = imclose(img, strel('disk', 3));
results in:

Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!