4.x
Merge pull request #17163 from AsyaPronina:gcompound_kernel_gmatp_coop
gapi: fix tests build
Merge pull request #22935 from alalek:gapi_error
Merge pull request #19497 from OrestChura:oc/kmeans_ptest
Merge pull request #23109 from seanm:misc-warnings
Merge pull request #21157 from alexgiving:atrutnev/move_resize
Merge pull request #20922 from alexgiving:atrutnev/align_expect_assert_macros
gapi: eliminate std::rand() and RAND_MAX from tests
Adding stereo operation and tests
Merge pull request #21049 from sivanov-work:vpl_dx11_merge
core: Rename `cv::float16_t` to `cv::hfloat` (#25217)
Add more parameters to render fixture
gapi: Full calcOpticalFlowPyrLK implementation (2 overloads) and tests - opencv_gapi module is linked with opencv_video module (optional dependency) - kernels added to a new cv::gapi::video namespace and a brand new files created to provide gapi_video environment - there are 2 different kernels as G-API should provide GMat AND GArray<GMat> implementation: cv::calcOptFlowPyrLK doesn't calculate pyramids if vector<Mat> is given so just the cast GMat -> GArray<GMat> wouldn't represent all the cv:: functionality - tests to check both kernels (based on cv::video tests for cv::calcOpticalFlowPyrLK()) - tests for internal purposes added - vectors<T> comparison in tests implemented - new (and old too) common test structures refactored to avoid code copypasting - "modules/gapi/test/common/gapi_video_tests_common.hpp" created to share some code snippets between perf and acc tests and avoid code copypasting
Merge pull request #18869 from anna-khakimova:ak/kalman
Move GKernelPackage to cv namespace