how can i fill this competent?

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
Massimo Zanetti on 7 Oct 2016
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

Asked:

on 7 Oct 2016

Answered:

on 7 Oct 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!