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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -