opencv/modules/gapi/include/opencv2
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
..
gapi GAPI: fix C++17 compilation errors in GNetPackage (fixes #17385) 2020-12-01 09:34:53 +03:00
gapi.hpp G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00