mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 22:33:03 +04:00
G-API: Wrap render functionality to python
* Wrap render Rect prim
* Add all primitives and tests
* Cover mosaic and image
* Handle error in pyopencv_to(Prim)
* Move Mosaic and Rect ctors wrappers to shadow file
* Use GAPI_PROP_RW
* Fix indent
original commit: 9fe49497bb
This commit is contained in:
committed by
Alexander Alekhin
parent
e2f5671280
commit
8d0fc8bfb5
@@ -832,6 +832,7 @@ class CppHeaderParser(object):
|
||||
("GAPI_EXPORTS_W_SIMPLE","CV_EXPORTS_W_SIMPLE"),
|
||||
("GAPI_WRAP", "CV_WRAP"),
|
||||
("GAPI_PROP", "CV_PROP"),
|
||||
("GAPI_PROP_RW", "CV_PROP_RW"),
|
||||
('defined(GAPI_STANDALONE)', '0'),
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user