Searched refs:resVect (Results 1 – 1 of 1) sorted by relevance
2536 CvMat resVect; in FindTransformForProjectMatrices() local2538 resVect = cvMat(12,1,CV_64F,resVect_dat); in FindTransformForProjectMatrices()2541 sing = cvSolve(&matrA,&vectB,&resVect); in FindTransformForProjectMatrices()2546 double val = cvmGet(&resVect,i,0); in FindTransformForProjectMatrices()