adding arg name (to fix doc reference and wrappers consistency)

Esse commit está contido em:
Andrey Pavlenko
2011-07-29 14:31:28 +00:00
commit 750c56cc0e
+1 -1
Ver Arquivo
@@ -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 );