1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Improve Python binding generator with mappable types and phantom headers

This commit is contained in:
Hamdi Sahloul
2018-08-19 02:34:47 +09:00
parent f1ca05c822
commit b5eb65e53e
3 changed files with 62 additions and 23 deletions
@@ -305,6 +305,9 @@ Cv64suf;
#define CV_PROP_RW
#define CV_WRAP
#define CV_WRAP_AS(synonym)
#define CV_WRAP_MAPPABLE(mappable)
#define CV_WRAP_PHANTOM(phantom_header)
#define CV_WRAP_DEFAULT(val)
/****************************************************************************************\
* Matrix type (Mat) *