image processing - C# Magic Wand Tool -


i want write function work magic wand tool dynamic in c# . can ? thanks

you need flood fill algorithm.

use this:

http://www.codeproject.com/kb/gdi-plus/floodfillincsharp.aspx

http://www.codeproject.com/kb/gdi-plus/queuelinearfloodfill.aspx

http://en.wikipedia.org/wiki/flood_fill


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -