opencv/modules/gapi
Anton Potapov 446f344818 GAPI: fix C++17 compilation errors in GNetPackage (fixes #17385)
- explicitly declared default constructor
- made initilizer_list  constructor to accept the list by copy
   -- as it is  more canonical (and as copying the initializer_list does
not force copy of the list items)
   -- current version anyway does not do what it is intended to
2020-12-01 09:34:53 +03:00
..
cmake Added rmat.cpp and media.cpp to files being built in standalone 2020-11-06 01:59:09 +03:00
doc Merge pull request #18387 from dmatveev:dm/slides_upd_44 2020-09-26 20:59:26 +00:00
include/opencv2 GAPI: fix C++17 compilation errors in GNetPackage (fixes #17385) 2020-12-01 09:34:53 +03:00
misc/python Merge pull request #18762 from TolyaTalamanov:at/support-garray 2020-11-27 17:39:46 +00:00
perf G-API: Introduced a Text Detection sample 2020-10-21 17:25:56 +03:00
samples Merge pull request #18716 from dmatveev:dm/upstream_onnx 2020-11-03 18:39:16 +00:00
scripts Added a script to measure & report privacy masking camera performance in different configurations 2020-07-08 19:19:37 +03:00
src GAPI: fix C++17 compilation errors in GNetPackage (fixes #17385) 2020-12-01 09:34:53 +03:00
test Merge pull request #18674 from anna-khakimova:ak/backgroundSubtractor 2020-11-30 18:09:42 +00:00
CMakeLists.txt Merge pull request #17851 from anton-potapov:sole_tbb_executor 2020-11-30 13:15:13 +00:00