
how to connect pixels of a binary image as shown in picture?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Risposta accettata
Guillaume
il 20 Gen 2019
img = imread('image.png');
newimg = imclose(img, strel('disk', 3));
results in:

Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!