I'm trying to find a way to implement fill holes algorithm for binary image in VB 6.0. I found these sites so far
http://answers.opencv.org/question/9863/fill-holes-of-a-binary-image/ http://www.mathworks.com/help/images/ref/imfill.html
I'm totally confused by the algorithm to find holes. Can someone please refer me to a better site or simple code so can assist me to implement the algorithm in Visual Basic 6.0
The input and output is similar to this


- 18 views