Lines Matching refs:resProjMatrs
1091 CvMat resProjMatrs[3]; in icvComputeProjectMatricesNPoints()
1093 resProjMatrs[0] = cvMat(3,4,CV_64F,resProjMatrs_dat); in icvComputeProjectMatricesNPoints()
1094 resProjMatrs[1] = cvMat(3,4,CV_64F,resProjMatrs_dat+12); in icvComputeProjectMatricesNPoints()
1095 resProjMatrs[2] = cvMat(3,4,CV_64F,resProjMatrs_dat+24); in icvComputeProjectMatricesNPoints()
1098 resMatrs[0] = &resProjMatrs[0]; in icvComputeProjectMatricesNPoints()
1099 resMatrs[1] = &resProjMatrs[1]; in icvComputeProjectMatricesNPoints()
1100 resMatrs[2] = &resProjMatrs[2]; in icvComputeProjectMatricesNPoints()
1116 icvReconstructPointsFor3View( &resProjMatrs[0],&resProjMatrs[1],&resProjMatrs[2], in icvComputeProjectMatricesNPoints()
1121 icvProject4DPoints(reconPoints4D,&resProjMatrs[0],tmpProjPoints[0]); in icvComputeProjectMatricesNPoints()
1122 icvProject4DPoints(reconPoints4D,&resProjMatrs[1],tmpProjPoints[1]); in icvComputeProjectMatricesNPoints()
1123 icvProject4DPoints(reconPoints4D,&resProjMatrs[2],tmpProjPoints[2]); in icvComputeProjectMatricesNPoints()
1163 cvCopy(&resProjMatrs[0],&bestProjMatrs[0]); in icvComputeProjectMatricesNPoints()
1164 cvCopy(&resProjMatrs[1],&bestProjMatrs[1]); in icvComputeProjectMatricesNPoints()
1165 cvCopy(&resProjMatrs[2],&bestProjMatrs[2]); in icvComputeProjectMatricesNPoints()
1198 CvMat resProjMatrs[3]; in icvComputeProjectMatricesNPoints() local
1200 resProjMatrs[0] = cvMat(3,4,CV_64F,resProjMatrs_dat); in icvComputeProjectMatricesNPoints()
1201 resProjMatrs[1] = cvMat(3,4,CV_64F,resProjMatrs_dat+12); in icvComputeProjectMatricesNPoints()
1202 resProjMatrs[2] = cvMat(3,4,CV_64F,resProjMatrs_dat+24); in icvComputeProjectMatricesNPoints()
1205 resMatrs[0] = &resProjMatrs[0]; in icvComputeProjectMatricesNPoints()
1206 resMatrs[1] = &resProjMatrs[1]; in icvComputeProjectMatricesNPoints()
1207 resMatrs[2] = &resProjMatrs[2]; in icvComputeProjectMatricesNPoints()
1222 icvReconstructPointsFor3View( &resProjMatrs[0],&resProjMatrs[1],&resProjMatrs[2], in icvComputeProjectMatricesNPoints()
1227 icvProject4DPoints(reconPoints4D,&resProjMatrs[0],tmpProjPoints[0]); in icvComputeProjectMatricesNPoints()
1228 icvProject4DPoints(reconPoints4D,&resProjMatrs[1],tmpProjPoints[1]); in icvComputeProjectMatricesNPoints()
1229 icvProject4DPoints(reconPoints4D,&resProjMatrs[2],tmpProjPoints[2]); in icvComputeProjectMatricesNPoints()
1271 cvCopy(&resProjMatrs[0],&bestProjMatrs[0]); in icvComputeProjectMatricesNPoints()
1272 cvCopy(&resProjMatrs[1],&bestProjMatrs[1]); in icvComputeProjectMatricesNPoints()
1273 cvCopy(&resProjMatrs[2],&bestProjMatrs[2]); in icvComputeProjectMatricesNPoints()