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