Home | History | Annotate | Download | only in src

Lines Matching refs:rotMatr1

141 int icvCreateConvertMatrVect( CvMatr64d     rotMatr1,
155 icvMulMatrix_64d( rotMatr1,
199 CvMatr64d rotMatr1,
240 rotMatr1,
255 CvMatr32f rotMatr1,
275 icvCvt_32f_64d(rotMatr1,rotMatr1_64d,9);
344 CvMatr64d rotMatr1,
388 icvCreateConvertMatrVect( rotMatr1,
1297 CvMatr64d rotMatr1,
1319 icvCreateConvertMatrVect( rotMatr1,
1468 icvCreateConvertMatrVect( rotMatr1,
1675 CvMatr32f rotMatr1,
1699 icvCvt_32f_64d(rotMatr1,rotMatr1_64d,9);
1789 double rotMatr1[9];
1799 icvCvt_32f_64d(stereoCamera->camera[0]->rotMatr,rotMatr1,9);
1805 icvCreateConvertMatrVect( rotMatr1,
3551 CvMatr32f rotMatr1, CvMatr32f rotMatr2,
3561 CvMat crotMatr1 = cvMat(3,3,CV_MAT32F,rotMatr1);