opencv/modules/gapi
Andrey Golubev 75c567b6ab Merge pull request #14757 from andrey-golubev:core_tests_update
G-API: Introduce new approach to write accuracy tests (#14757)

* G-API: Introduce new common accuracy test fixture

* Enable Range<> to Seq<> implicit conversion

* Fix shadowing parameters

* Update license headers

* Rename ALIGNED_TYPE to SAME_TYPE

* Move MkRange to tests

* Fix TODO(agolubev) in test instantiations

* Squash simple fixture declarations in one line

* Remove unused line

* Fix Windows issues with macro expansion

* Choose between 1 or 2 matrix initialization

* Redesign common class behavior

Use "views" for GetParam() provided by GTest
base class instead of doing segregation
(with copy!) of common and specific parameters:
request common or specific parameter directly
by index from GetParam()-returned parameters

* Refine user-level API and usage of new test model

* Fix -fpermissive errors

* Remove unnecessary init calls

* Replace GCompileArgs member variable with func ptr

* Rename initMatsRandN to make its behavior explicit

Rename initMatsRandN to initMatrixRandN to eliminate confusion:
initMatsRandN only initialized first matrix (similarly to
initMatrixRandU)

* Fix common of initNothing

* Update copyright dates in missed files

* Add check for specific parameters

* Fix coment stlye
2019-06-28 13:07:41 +03:00
..
cmake Cancelation support fo Async GAPI 2019-06-19 13:41:39 +03:00
doc spelling fixes 2019-02-09 22:29:54 +01:00
include/opencv2 Merge pull request #14820 from TolyaTalamanov:at/circle_and_line 2019-06-24 17:37:32 +03:00
perf Merge pull request #14757 from andrey-golubev:core_tests_update 2019-06-28 13:07:41 +03:00
samples Merge pull request #13851 from TolyaTalamanov:at/new-kernel-package-design 2019-05-22 14:53:44 +03:00
src Merge pull request #14820 from TolyaTalamanov:at/circle_and_line 2019-06-24 17:37:32 +03:00
test Merge pull request #14757 from andrey-golubev:core_tests_update 2019-06-28 13:07:41 +03:00
CMakeLists.txt Merge pull request #14700 from TolyaTalamanov:at/cv_gapi_render 2019-06-14 18:29:49 +03:00