Home | History | Annotate | Download | only in src

Lines Matching defs:npoints

341     int npoints = contour.checkVector(2);
343 CV_Assert(npoints >= 0 && (depth == CV_32F || depth == CV_32S));
345 if( npoints == 0 )
352 Point2f prev = is_float ? ptsf[npoints-1] : Point2f((float)ptsi[npoints-1].x, (float)ptsi[npoints-1].y);
354 for( int i = 0; i < npoints; i++ )
485 int npoints = points.checkVector(2);
487 CV_Assert(npoints >= 0 && (depth == CV_32F || depth == CV_32S));
492 if( npoints == 0 )
506 for( i = 1; i < npoints; i++ )
522 for( i = 1; i < npoints; i++ )
547 for( i = 1; i < npoints; i++ )
571 for( i = 1; i < npoints; i++ )