我想在我的 iphone 应用程序中实现洪水填充算法。我一直在搜索很长一段时间,我已经看到了所有堆栈溢出的答案,但没有任何帮助。
请任何人发布一些使用洪水填充的示例应用程序代码。
我想在我的 iphone 应用程序中实现洪水填充算法。我一直在搜索很长一段时间,我已经看到了所有堆栈溢出的答案,但没有任何帮助。
请任何人发布一些使用洪水填充的示例应用程序代码。
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.