Click here to Skip to main content
15,886,017 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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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