OpenCV
4.0.0
Open Source Computer Vision
|
#include "timer.h"
Public Member Functions | |
StartStopTimer () | |
void | reset () |
void | start () |
void | stop () |
Public Attributes | |
double | value |
A start-stop timer class.
Can be used to time portions of code.
|
inline |
Constructor.
|
inline |
Resets the timer value to 0.
|
inline |
Starts the timer.
|
inline |
Stops the timer and updates timer value.
double cvflann::StartStopTimer::value |
Value of the timer.