Skip to content

Project using google benchmark to evaluate hypothesis of iterators of opencv matrix class, that are not optimized away (violate zero overhead principle)

Notifications You must be signed in to change notification settings

HattrickGenerator/opencv_iterator_performance_tests

Repository files navigation

opencv_iterator_performance_tests

Project using google benchmark to evaluate hypothesis of iterators of opencv matrix class, that are not optimized away (violate zero overhead principle)

The new goal of this project is to evaluate strategies for dealing with the opencv iterators, that I couldn't make any faster. Fort his I used template meta programming to forward either pointers or the iterators to an stl algorithm, depending on the underlying matrices being continuous or not.

About

Project using google benchmark to evaluate hypothesis of iterators of opencv matrix class, that are not optimized away (violate zero overhead principle)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published