Home | History | Annotate | Download | only in src

Lines Matching refs:cvmGet

1375             aspectRatio = cvmGet(cameraMatrix,0,0);
1376 aspectRatio /= cvmGet(cameraMatrix,1,1);
1583 alphax = cvmGet(calibMatr, 0, 0);
1584 alphay = cvmGet(calibMatr, 1, 1);
1620 *principalPoint = cvPoint2D64f(cvmGet(calibMatr, 0, 2) / mx, cvmGet(calibMatr, 1, 2) / my);
2197 double dk1 = Dk ? cvmGet(Dk, 0, 0) : 0;
2198 double fc = cvmGet(A,idx^1,idx^1);
2315 cvmSet(_P2, idx, 3, s*cvmGet(_P2, idx, 3));
2943 cvmSet(&tmpProjMatr, i, k, cvmGet(projMatr, i, k));
2949 cvmSet(posVect, i, 0, cvmGet(&tmpMatrixV, 3, i)); // Solution is last row of V.