fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
This commit is contained in:
@@ -357,7 +357,7 @@ class FuncVariant(object):
|
||||
continue
|
||||
if a.returnarg:
|
||||
outlist.append((a.name, argno))
|
||||
if not a.inputarg:
|
||||
if not a.inputarg or a.returnarg:
|
||||
if a.isbig():
|
||||
outarr_list.append((a.name, argno))
|
||||
continue
|
||||
|
Reference in New Issue
Block a user