opencv/modules/gapi/test/cpu
Orest Chura 2c6a2f0381
Merge pull request #18790 from OrestChura:oc/fitLine
[G-API]: fitLine() Standard Kernel Implementation

* fitLine API (Mat, 32S, 32F) (2D, 3D)

* Complete fitLine kernel & accuracy tests
 - initialization for vectors of cv::Point and Mats via vectors added
 - comparison functions for Vec<T, n> added:
   - straight average difference comparison
   - comparison by equasion for 2d line
 - stream overload for cv::DistanceTypes added

* Fix precommit warnings

* Fix docs

* Address comments
Try to fix warning

* Disable warning in tests
2020-11-17 15:59:59 +00:00
..
gapi_core_tests_cpu.cpp Added support of 1x1x1xN input for parseYolo 2020-11-13 16:20:45 +03:00
gapi_core_tests_fluid.cpp
gapi_imgproc_tests_cpu.cpp Merge pull request #18790 from OrestChura:oc/fitLine 2020-11-17 15:59:59 +00:00
gapi_imgproc_tests_fluid.cpp
gapi_ocv_stateful_kernel_test_utils.hpp
gapi_ocv_stateful_kernel_tests.cpp Merge pull request #18496 from AsyaPronina:comp_args_serialization 2020-10-07 21:48:49 +00:00
gapi_operators_tests_cpu.cpp
gapi_operators_tests_fluid.cpp
gapi_video_tests_cpu.cpp