Searched refs:trPnt_dat (Results 1 – 1 of 1) sorted by relevance
288 double trPnt_dat[3]; in icvComputeProjectMatrices6Points() local289 trPnt = cvMat(3,1,CV_64F,trPnt_dat); in icvComputeProjectMatrices6Points()294 corrPoints_dat[j * 9 + 0 * 3 + i] = trPnt_dat[0];/* x */ in icvComputeProjectMatrices6Points()295 corrPoints_dat[j * 9 + 1 * 3 + i] = trPnt_dat[1];/* y */ in icvComputeProjectMatrices6Points()296 corrPoints_dat[j * 9 + 2 * 3 + i] = trPnt_dat[2];/* w */ in icvComputeProjectMatrices6Points()