Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 41027

why TickMeter class only used in the gpu samples

$
0
0
double t = (double)getTickCount(); // code you want to measure the performance t = ((double)getTickCount() - t)/getTickFrequency(); cout << "times passed in seconds: " << t << endl; I am using the above code to measure performans. recently i saw [TickMeter](https://github.com/Itseez/opencv/blob/master/samples/gpu/tick_meter.hpp) class used in the gpu samples. i wonder why that a useful class not available. is there any reason not to merge it to OpenCV core.

Viewing all articles
Browse latest Browse all 41027

Trending Articles