Searched refs:reconPoints4D (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp806 CvMat *reconPoints4D = 0; local
1112 CvMat *reconPoints4D;
1113 reconPoints4D = cvCreateMat(4,numPoints,CV_64F);
1118 reconPoints4D);
1121 icvProject4DPoints(reconPoints4D,&resProjMatrs[0],tmpProjPoints[0]);
1122 icvProject4DPoints(reconPoints4D,&resProjMatrs[1],tmpProjPoints[1]);
1123 icvProject4DPoints(reconPoints4D,&resProjMatrs[2],tmpProjPoints[2]);
1219 reconPoints4D = cvCreateMat(4,numPoints,CV_64F);
1224 reconPoints4D);
1227 icvProject4DPoints(reconPoints4D,
[all...]

Completed in 69 milliseconds