HomeSort by relevance Sort by last modified time
    Searched refs:cvGetTickCount (Results 1 - 11 of 11) sorted by null

  /external/opencv3/modules/calib3d/test/
test_chesscorners_timing.cpp 139 int64 _time0 = cvGetTickCount();
141 int64 _time01 = cvGetTickCount();
145 int64 _time1 = cvGetTickCount();
  /external/opencv3/samples/cpp/
facedetect.cpp 219 t = (double)cvGetTickCount();
242 t = (double)cvGetTickCount() - t;
  /external/opencv/ml/src/
mlestimate.cpp 422 rng = cvRNG(cvGetTickCount());
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 892 double t = (double)cvGetTickCount();
    [all...]
cvstereogc.cpp 685 double t = (double)cvGetTickCount();
812 t = (double)cvGetTickCount() - t;
  /external/opencv/cxcore/src/
cxswitcher.cpp 725 CV_IMPL int64 cvGetTickCount( void )
  /external/opencv3/modules/ts/src/
ts.cpp 258 int64 t_start = cvGetTickCount();
  /external/opencv3/modules/core/src/
system.cpp 692 CV_IMPL int64 cvGetTickCount(void)
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 163 CvRNG state = rng ? *rng : cvRNG( cvGetTickCount() );
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]

Completed in 93 milliseconds