Home | History | Annotate | Download | only in src

Lines Matching refs:cvmGet

1579             aspectRatio = cvmGet(cameraMatrix,0,0);
1580 aspectRatio /= cvmGet(cameraMatrix,1,1);
1777 alphax = cvmGet(calibMatr, 0, 0);
1778 alphay = cvmGet(calibMatr, 1, 1);
1811 *principalPoint = cvPoint2D64f(cvmGet(calibMatr, 0, 2) / mx, cvmGet(calibMatr, 1, 2) / my);
2336 double fc, dk1 = Dk ? cvmGet(Dk, 0, 0) : 0;
2338 fc = cvmGet(A,idx^1,idx^1);