mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
removed problem with duplicated CV_OUT InputOutputArray parameters (ticket #1348)
This commit is contained in:
parent
e61f4c4a4b
commit
a5df21bf24
@ -359,6 +359,7 @@ class FuncVariant(object):
|
||||
outlist.append((a.name, argno))
|
||||
if (not a.inputarg or a.returnarg) and a.isbig():
|
||||
outarr_list.append((a.name, argno))
|
||||
continue
|
||||
if not a.inputarg:
|
||||
continue
|
||||
if not a.defval:
|
||||
|
@ -11,8 +11,7 @@ opencv_hdr_list = [
|
||||
"../../video/include/opencv2/video/tracking.hpp",
|
||||
"../../video/include/opencv2/video/background_segm.hpp",
|
||||
"../../objdetect/include/opencv2/objdetect/objdetect.hpp",
|
||||
"../../highgui/include/opencv2/highgui/highgui.hpp",
|
||||
"opencv_extra_api.hpp",
|
||||
"../../highgui/include/opencv2/highgui/highgui.hpp"
|
||||
]
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user