mpaland / vic

High performance video graphic library for embedded systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement fill algorithm

mpaland opened this issue · comments

Implement a fast (flood) fill algorithm.
See http://www.codeproject.com/Articles/16405/Queue-Linear-Flood-Fill-A-Fast-Flood-Fill-Algorith as a good start point.
Keep in mind: It shouldn't be too stack/heap hungry and must run on small embedded systems.