cvGetTickCount 163 apps/traincascade/old_ml_inner_functions.cpp CvRNG state = rng ? *rng : cvRNG( cvGetTickCount() ); cvGetTickCount 139 modules/calib3d/test/test_chesscorners_timing.cpp int64 _time0 = cvGetTickCount(); cvGetTickCount 141 modules/calib3d/test/test_chesscorners_timing.cpp int64 _time01 = cvGetTickCount(); cvGetTickCount 145 modules/calib3d/test/test_chesscorners_timing.cpp int64 _time1 = cvGetTickCount(); cvGetTickCount 2591 modules/core/include/opencv2/core/core_c.h CVAPI(int64) cvGetTickCount( void ); cvGetTickCount 258 modules/ts/src/ts.cpp int64 t_start = cvGetTickCount(); cvGetTickCount 219 samples/cpp/facedetect.cpp t = (double)cvGetTickCount(); cvGetTickCount 242 samples/cpp/facedetect.cpp t = (double)cvGetTickCount() - t;