perf_precomp.hpp 257 B

1234567891011121314
  1. #ifndef __OPENCV_PERF_PRECOMP_HPP__
  2. #define __OPENCV_PERF_PRECOMP_HPP__
  3. #include <opencv2/ts.hpp>
  4. #include <opencv2/dnn.hpp>
  5. #include "../test/test_common.hpp"
  6. namespace opencv_test {
  7. using namespace perf;
  8. using namespace cv::dnn;
  9. } // namespace
  10. #endif