Created
January 11, 2016 01:43
-
-
Save luoyetx/126f2c568e4bd8570e3b to your computer and use it in GitHub Desktop.
time evaluation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define TIMER_BEGIN { double __time__ = cv::getTickCount(); | |
| #define TIMER_NOW ((double(cv::getTickCount()) - __time__) / cv::getTickFrequency()) | |
| #define TIMER_END } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment