Home | History | Annotate | Download | only in src

Lines Matching defs:npoints

412     int npoints = points1.checkVector(2);
413 CV_Assert( npoints >= 5 && points2.checkVector(2) == npoints &&
418 points1 = points1.reshape(1, npoints);
419 points2 = points2.reshape(1, npoints);
423 for( int i = 0; i < npoints; i++ )
432 points1 = points1.reshape(2, npoints);
433 points2 = points2.reshape(2, npoints);
453 int npoints = points1.checkVector(2);
454 CV_Assert( npoints >= 0 && points2.checkVector(2) == npoints &&
459 points1 = points1.reshape(1, npoints);
460 points2 = points2.reshape(1, npoints);