how can i fill this competent?
Show older comments
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.
Answers (1)
Massimo Zanetti
on 7 Oct 2016
4 votes
Use morphological operator imdilate to dilate the boundary, and then imfill. See documentation to get insights.
Categories
Find more on Images in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!