Click here to Skip to main content
15,884,537 members
Articles / Programming Languages / Visual C++ 10.0

Boundary Trace FloodFill

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
18 Sep 2012CPOL5 min read 15.3K   173   3  
Benchmarking Boundary Trace Algorithm against some FloodFill algorithms since they used a stack or recursion
Because all the FloodFill algorithms I encountered used a stack or recursion, I decided to benchmark the Boundary Trace algorithm against some of them.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired
Netherlands Netherlands
My name is Franciska Ruessink. I studied IT at The Hague Hogeschool (University) and was employed in IT as software developer, database developer, network administrator, and IT project manager for several years.
After an early retirement I continue to write software for the fun of it and to help friends, I also did some web development. I usually work with VB but started again with VC++ recently.

Comments and Discussions