Lines Matching refs:reconPoints4D
806 CvMat *reconPoints4D = 0; in icvComputeProjectMatricesNPoints() local
1112 CvMat *reconPoints4D; in icvComputeProjectMatricesNPoints()
1113 reconPoints4D = cvCreateMat(4,numPoints,CV_64F); in icvComputeProjectMatricesNPoints()
1118 reconPoints4D); 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()
1219 reconPoints4D = cvCreateMat(4,numPoints,CV_64F); in icvComputeProjectMatricesNPoints()
1224 reconPoints4D); 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()