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개)

madhan ravi
madhan ravi 2018년 10월 22일
See https://www.mathworks.com/help/images/ref/imfill.html example of filling holes is given clearly

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by