opencv/modules/gapi
Anton Potapov e02318d384 GAPI: utils - variant converting ctor and assignment op. reworked
- reworked variant::operator(T&&) and varaint::variant(T&&) to be more
concise and signature accurate with C++17 specification
- restricted cv::detail::OpaqueRef::OpaqueRef(T&&) to not substitute
copy/move ctors
- moved common additions to C++11 version of std <type_traits> to
separte header
2020-05-20 14:34:55 +03:00
..
cmake Try to enable G-API build on Android 2020-03-20 17:20:01 +03:00
doc Fix spelling typos 2019-12-26 06:45:03 -05:00
include/opencv2 GAPI: utils - variant converting ctor and assignment op. reworked 2020-05-20 14:34:55 +03:00
perf Merge pull request #17088 from mpashchenkov:mp/ocv-gapi-kernel-laplacian 2020-04-23 17:47:55 +00:00
samples Fix annoying compiler warning. 2020-02-26 22:59:02 -08:00
src Merge pull request #17088 from mpashchenkov:mp/ocv-gapi-kernel-laplacian 2020-04-23 17:47:55 +00:00
test GAPI: utils - variant converting ctor and assignment op. reworked 2020-05-20 14:34:55 +03:00
CMakeLists.txt gapi: fix build, update IE handling, add OPENCV_GAPI_INF_ENGINE 2020-04-22 21:47:45 +00:00