0

I want to implement flood fill algorithm in my iphone app.I have been searching from long days and i have seen all the stack overflow answer but nothing helped me.

Please can any one post some sample application code which is using flood fill.

4

1 に答える 1

0

As usual, Wikipedia has a great article about the flood fill algorithm. You just need to implement the algorithm and the pixel test in objective-c.

于 2012-04-19T06:03:13.263 に答える