Click here to Skip to main content
15,892,927 members
Articles / Programming Languages / C++

Zero abstraction overhead with modern compilers

Rate me:
Please Sign up or sign in to vote.
4.84/5 (16 votes)
24 Jun 2011GPL37 min read 29.1K   339   12  
This article shows an easy way to implement basic image processing algorithms in a generic STL like way for a pixel iterator and benchmarks the results on different compilers.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Software Developer
Germany Germany
Studying and having a degree of medical engineering, but decided to work as a software developer writing medical applications for image processing.

Comments and Discussions