Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvtrifocal.cpp1091 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()
[all …]