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

  /external/opencv3/modules/ts/src/
ts_perf.cpp 24 int64 TestBase::timeLimitDefault = 0;
909 timeLimitDefault = param_time_limit == 0.0 ? 1 : (int64)(param_time_limit * cv::getTickFrequency());
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 419 static int64 timeLimitDefault;

Completed in 65 milliseconds