Home | History | Annotate | Download | only in src

Lines Matching refs:maxPoints

1461     int i, nimages, maxPoints = 0, ni = 0, pos, total = 0, nparams, npstep, cn;
1525 maxPoints = MAX( maxPoints, ni );
1536 CV_CALL( _Ji = cvCreateMat( maxPoints*2, NINTRINSIC, CV_64FC1 ));
1537 CV_CALL( _Je = cvCreateMat( maxPoints*2, 6, CV_64FC1 ));
1538 CV_CALL( _err = cvCreateMat( maxPoints*2, 1, CV_64FC1 ));
1854 int i, k, p, ni = 0, ofs, nimages, pointsTotal, maxPoints = 0;
1875 maxPoints = MAX(maxPoints, npoints->data.i[i]);
1937 err = cvCreateMat( maxPoints*2, 1, CV_64F );
1938 Je = cvCreateMat( maxPoints*2, 6, CV_64F );
1939 J_LR = cvCreateMat( maxPoints*2, 6, CV_64F );
1940 Ji = cvCreateMat( maxPoints*2, NINTRINSIC, CV_64F );