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

  /external/opencv3/modules/calib3d/test/
test_chesscorners_timing.cpp 161 float check_chessboard_time = float(_time01 - _time0)/(float)cvGetTickFrequency(); // in us
165 float find_chessboard_time = float(_time1 - _time01)/(float)cvGetTickFrequency();
  /external/opencv3/samples/cpp/
facedetect.cpp 243 printf( "detection time = %g ms\n", t/((double)cvGetTickFrequency()*1000.) );
  /external/opencv/cxcore/src/
cxswitcher.cpp 765 CV_IMPL double cvGetTickFrequency()
  /external/opencv3/modules/core/src/
system.cpp 697 CV_IMPL double cvGetTickFrequency(void)
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 869 double tickFreqTimes1000 = ((double)cvGetTickFrequency()*1000.);
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]

Completed in 344 milliseconds