how can i fill this competent?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have a binary mask and I want to fill the hole but this hole is not connected. how can I do it?I attach this mask. thanks in advance.
0 Commenti
Risposte (1)
Massimo Zanetti
il 7 Ott 2016
Use morphological operator imdilate to dilate the boundary, and then imfill. See documentation to get insights.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!