1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00
This commit is contained in:
Vadim Pisarevsky
2011-08-14 19:43:59 +00:00
parent 574a961cc1
commit 567949e2c4
7 changed files with 38 additions and 21 deletions
+3 -3
View File
@@ -357,9 +357,9 @@ class FuncVariant(object):
continue
if a.returnarg:
outlist.append((a.name, argno))
if not a.inputarg or a.returnarg:
if a.isbig():
outarr_list.append((a.name, argno))
if (not a.inputarg or a.returnarg) and a.isbig():
outarr_list.append((a.name, argno))
if not a.inputarg:
continue
if not a.defval:
arglist.append((a.name, argno))