perf_main.cpp 324 B

1234567891011121314
  1. #include "perf_precomp.hpp"
  2. #if defined(HAVE_HPX)
  3. #include <hpx/hpx_main.hpp>
  4. #endif
  5. static
  6. void initTests()
  7. {
  8. cvtest::addDataSearchEnv("OPENCV_DNN_TEST_DATA_PATH");
  9. cvtest::addDataSearchSubDirectory(""); // override "cv" prefix below to access without "../dnn" hacks
  10. }
  11. CV_PERF_TEST_MAIN(video, initTests())