Example #1
0
 def __new__(self):
     return cv.GOpaqueT(cv.gapi.CV_INT)
Example #2
0
 def __new__(cls, argtype):
     return cv.GOpaqueT(argtype)
Example #3
0
 def __new__(self):
     return cv.GOpaqueT(cv.gapi.CV_STRING)
Example #4
0
 def __new__(self):
     return cv.GOpaqueT(cv.gapi.CV_DRAW_PRIM)
Example #5
0
 def __new__(self):
     return cv.GOpaqueT(cv.gapi.CV_DOUBLE)