Lines Matching refs:matU
217 CvMat matU = cvMat( 3, 3, CV_64F, U );221 cvSVD( &matR, &matW, &matU, &matV, CV_SVD_MODIFY_A + CV_SVD_U_T + CV_SVD_V_T );222 cvGEMM( &matU, &matV, 1, 0, 0, &matR, CV_GEMM_A_T );