From a5df21bf24bf35da7c23388c5804078712730b25 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Wed, 31 Aug 2011 12:36:19 +0000 Subject: [PATCH] removed problem with duplicated CV_OUT InputOutputArray parameters (ticket #1348) --- modules/python/src2/gen2.py | 1 + modules/python/src2/hdr_parser.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/python/src2/gen2.py b/modules/python/src2/gen2.py index 2f99236556..274d7cef0a 100644 --- a/modules/python/src2/gen2.py +++ b/modules/python/src2/gen2.py @@ -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: diff --git a/modules/python/src2/hdr_parser.py b/modules/python/src2/hdr_parser.py index 4fa6cf99d6..fa4c177dfb 100755 --- a/modules/python/src2/hdr_parser.py +++ b/modules/python/src2/hdr_parser.py @@ -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" ] """