Home
last modified time | relevance | path

Searched refs:icvProject4DPoints (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvtrifocal.cpp504 void icvProject4DPoints(CvMat* points4D,CvMat* projMatr, CvMat* projPoints) in icvProject4DPoints() function
946 icvProject4DPoints(recPoints4D,&proj6[0],tmpProjPoints[0]); in icvComputeProjectMatricesNPoints()
947 icvProject4DPoints(recPoints4D,&proj6[1],tmpProjPoints[1]); in icvComputeProjectMatricesNPoints()
948 icvProject4DPoints(recPoints4D,&proj6[2],tmpProjPoints[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()
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()