mohamadDev / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Flood Fill Algorithms in C# #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

SEE
http://www.codeproject.com/KB/GDI-plus/floodfillincsharp.aspx

Suggest ADD Flood Fill Algorithms Into AFroge.NET Library

Original issue reported on code.google.com by pypzen...@gmail.com on 6 Aug 2008 at 1:22

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 5 Dec 2008 at 6:27

GoogleCodeExporter commented 9 years ago
Two new classes are added:
1) PointedColorFloodFill - to do flood fill with specified color;
2) PointedMeanFloodFill - to do flood fill with mean color.
Both fills are 4 directional.

Will be released in 2.0 version Committed in revision 816.

Original comment by andrew.k...@gmail.com on 7 Dec 2008 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by andrew.k...@gmail.com on 22 Jul 2009 at 3:53