1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #5335 from Dikay900:ports_to_master

This commit is contained in:
Alexander Alekhin
2015-09-18 11:06:07 +00:00
14 changed files with 100 additions and 52 deletions
+1
View File
@@ -2232,6 +2232,7 @@ void cv::polylines(InputOutputArray _img, InputArrayOfArrays pts,
Mat p = pts.getMat(manyContours ? i : -1);
if( p.total() == 0 )
{
ptsptr[i] = NULL;
npts[i] = 0;
continue;
}