Home
last modified time | relevance | path

Searched refs:tic_init (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/samples/cpp/
Dimage_alignment.cpp305 const double tic_init = (double) getTickCount (); in main() local
318 const double total_time = (toc_final-tic_init)/(getTickFrequency()); in main()