Home | History | Annotate | Download | only in src

Lines Matching defs:npoints

60     int npoints = std::max(opoints.checkVector(3, CV_32F), opoints.checkVector(3, CV_64F));
61 CV_Assert( npoints >= 0 && npoints == std::max(ipoints.checkVector(2, CV_32F), ipoints.checkVector(2, CV_64F)) );
103 CV_Assert( npoints == 4);
229 int npoints = std::max(opoints.checkVector(3, CV_32F), opoints.checkVector(3, CV_64F));
230 CV_Assert( npoints >= 0 && npoints == std::max(ipoints.checkVector(2, CV_32F), ipoints.checkVector(2, CV_64F)) );
249 if( npoints == 4 )
277 int npoints1 = compressElems(&opoints_inliers[0], mask, 1, npoints);
278 compressElems(&ipoints_inliers[0], mask, 1, npoints);
305 for (int i = 0; i < npoints; ++i)