Home | History | Annotate | Download | only in src

Lines Matching refs:ik

2254             double ik[9];
2255 CvMat iK = cvMat(3, 3, CV_64F, ik);
2256 cvInvert(&K[1], &iK);
2257 cvGEMM( &iK, &E, 1, 0, 0, &E, CV_GEMM_A_T );
2258 cvInvert(&K[0], &iK);
2259 cvMatMul(&E, &iK, &F);