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

/external/opencv/cv/src/
H A Dcvgeometry.cpp535 CvMat *tmpMatrixV = 0; local
559 CV_CALL(tmpMatrixV = cvCreateMat(4, 4, CV_64F));
570 CV_CALL(cvSVD(tmpProjMatr, tmpMatrixD, NULL, tmpMatrixV, CV_SVD_MODIFY_A + CV_SVD_V_T));
575 cvmSet(posVect, i, 0, cvmGet(tmpMatrixV, 3, i)); // Solution is last row of V.
589 cvReleaseMat(&tmpMatrixV);

Completed in 68 milliseconds