Browse by Tags

All Tags » C# » ASP.NET » .NET » Images (RSS)
Sorry, but there are no more tags available to filter with.

Stack Based Flood Fill Algorithm

For a recent project I needed a Flood Fill Algorithm (see Flood Fill in Wikipedia, http://en.wikipedia.org/wiki/Flood_fill ). Here is my implementation in C++. Some things to note 1) I am using the ImagerBitmapClass from a previous post ( http://drowningintechnicaldebt...
Posted by sweisfeld | with no comments
Filed under: , , ,