Home | History | Annotate | Download | only in test

Lines Matching refs:nPoints

534             int nPoints = etalonSize.width * etalonSize.height;
535 project( nPoints,
536 objectPoints + currImage * nPoints,
541 reprojectPoints + currImage * nPoints);
1228 int npoints = opoints.cols*opoints.rows*opoints.channels()/3;
1229 ipoints.resize(npoints);
1230 dpdrot.create(npoints*2, 3, CV_64F);
1231 dpdt.create(npoints*2, 3, CV_64F);
1232 dpdf.create(npoints*2, 2, CV_64F);
1233 dpdc.create(npoints*2, 2, CV_64F);
1234 dpddist.create(npoints*2, distCoeffs.rows + distCoeffs.cols - 1, CV_64F);
1422 int npoints = patternSize.width*patternSize.height;
1451 for( int j = 0; j < npoints; j++ )
1470 err /= nframes*npoints;
1631 for( int j = 0; j < npoints; j++, k++ )
1714 Mat npoints( 1, nimages, CV_32S ),
1725 npoints.ptr<int>()[i] = ni;
1730 CvMat _objPt = objPt, _imgPt = imgPt, _imgPt2 = imgPt2, _npoints = npoints;