From 750c56cc0e9d92a5a3f04a5bbfdd44e08f3b4140 Mon Sep 17 00:00:00 2001 From: Andrey Pavlenko Date: Fri, 29 Jul 2011 14:31:28 +0000 Subject: [PATCH] adding arg name (to fix doc reference and wrappers consistency) --- modules/core/include/opencv2/core/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/core.hpp b/modules/core/include/opencv2/core/core.hpp index d38f9b4..80c54d9 100644 --- a/modules/core/include/opencv2/core/core.hpp +++ b/modules/core/include/opencv2/core/core.hpp @@ -2439,7 +2439,7 @@ CV_EXPORTS void polylines(Mat& img, const Point** pts, const int* npts, int ncontours, bool isClosed, const Scalar& color, int thickness=1, int lineType=8, int shift=0 ); -CV_EXPORTS_W void polylines(InputOutputArray, InputArrayOfArrays pts, +CV_EXPORTS_W void polylines(InputOutputArray img, InputArrayOfArrays pts, bool isClosed, const Scalar& color, int thickness=1, int lineType=8, int shift=0 ); -- 2.7.4