Reference for use of imfill

3 ビュー (過去 30 日間)
Angela
Angela 2018 年 10 月 22 日
コメント済み: Angela 2018 年 10 月 22 日
I have used the command
BW2 = imfill(BW,'holes')
for some of my code. I would like to know how this code works so that i have an idea what the program is doing. Does anyone know what the method/technique/procedure that imfill is using is called? Does anyone have a good reference for the method that Matlab is using for imfill?

採用された回答

Walter Roberson
Walter Roberson 2018 年 10 月 22 日
edit imfill
and look near line 125, "if do_fillholes"
  1 件のコメント
Angela
Angela 2018 年 10 月 22 日
thank you.

サインインしてコメントする。

その他の回答 (1 件)

madhan ravi
madhan ravi 2018 年 10 月 22 日
See https://www.mathworks.com/help/images/ref/imfill.html example of filling holes is given clearly
  1 件のコメント
Angela
Angela 2018 年 10 月 22 日
thank you.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by