gapi_stereo_tests.hpp 866 B

1234567891011121314151617181920212223242526
  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) 2021 Intel Corporation
  6. #ifndef OPENCV_GAPI_STEREO_TESTS_HPP
  7. #define OPENCV_GAPI_STEREO_TESTS_HPP
  8. #include <opencv2/gapi/stereo.hpp> // fore cv::gapi::StereoOutputFormat
  9. #include "gapi_tests_common.hpp"
  10. #include "gapi_parsers_tests_common.hpp"
  11. namespace opencv_test
  12. {
  13. GAPI_TEST_FIXTURE(TestGAPIStereo, initMatsRandU, FIXTURE_API(cv::gapi::StereoOutputFormat, int, int, double, double, CompareMats), 6,
  14. oF, numDisparities, blockSize, baseline,
  15. focus, cmpF)
  16. } // namespace opencv_test
  17. #endif // OPENCV_GAPI_STEREO_TESTS_HPP