Floodfill in objective c

喜你入骨 提交于 2019-11-29 22:35:28

Theres lots of source code available for flood fill algos. You can probably find a good one and throw it in a method

http://www.google.co.uk/search?q=c+flood+fill+algorithm

If its been written in C/C++ you can use it in Objective-C

I figured it out myself This link really helped me to identify the black and white dot in particular pixels.flood filling is explained here.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!