Merge pull request #19319 from TolyaTalamanov:at/introduce-gopaque-garray-for-python
authorAnatoliy Talamanov <anatoliy.talamanov@intel.com>
Tue, 9 Feb 2021 13:55:16 +0000 (16:55 +0300)
committerGitHub <noreply@github.com>
Tue, 9 Feb 2021 13:55:16 +0000 (13:55 +0000)
commitc527b3cefd1ef67a6cd9c583d4a9fe21e3d67564
treec2f57391f5225cb1a9ba3c5270ba8eb112ff40eb
parent8fa013309ebf5270e69b3efffe08ac532db42c5c
Merge pull request #19319 from TolyaTalamanov:at/introduce-gopaque-garray-for-python

[G-API] Introduce GOpaque and GArray for python

* Introduce GOpaque and GArray for python

* Fix ctor

* Avoid code duplication by using macros

* gapi: move Python-specific files to misc/python

* Fix windows build

Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
modules/gapi/misc/python/python_bridge.hpp [new file with mode: 0644]
modules/gapi/misc/python/test/test_gapi_types.py [new file with mode: 0644]
modules/python/bindings/CMakeLists.txt
modules/python/src2/gen2.py