OpenCV453
|
a Class to measure passing time. [詳解]
#include <utility.hpp>
a Class to measure passing time.
The class computes passing time by counting the number of ticks per second. That is, the following code computes the execution time in seconds:
It is also possible to compute the average time over multiple runs: