perf_precomp.hpp 849 B

12345678910111213141516171819202122232425262728
  1. // This file is part of OpenCV project.
  2. // It is subject to the license terms in the LICENSE file found in the top-level directory
  3. // of this distribution and at http://opencv.org/license.html.
  4. //
  5. // Copyright (C) 2018-2020 Intel Corporation
  6. #ifndef __OPENCV_GAPI_PERF_PRECOMP_HPP__
  7. #define __OPENCV_GAPI_PERF_PRECOMP_HPP__
  8. #include <cstdint>
  9. #include <vector>
  10. #include <opencv2/ts.hpp>
  11. #include <opencv2/gapi.hpp>
  12. #include <opencv2/gapi/imgproc.hpp>
  13. #include <opencv2/gapi/video.hpp>
  14. #include <opencv2/gapi/core.hpp>
  15. #include <opencv2/gapi/cpu/gcpukernel.hpp>
  16. #include <opencv2/gapi/gpu/ggpukernel.hpp>
  17. #include <opencv2/gapi/gpu/imgproc.hpp>
  18. #include <opencv2/gapi/gpu/core.hpp>
  19. #include <opencv2/gapi/operators.hpp>
  20. #include <opencv2/gapi/fluid/core.hpp>
  21. #include <opencv2/gapi/fluid/imgproc.hpp>
  22. #endif // __OPENCV_GAPI_PERF_PRECOMP_HPP__