Lines Matching refs:fy
53 float fx = intrinsic_matrix[0], fy = intrinsic_matrix[4]; in icvUnDistort_8u_CnR() local
54 float ifx = 1.f/fx, ify = 1.f/fy; in icvUnDistort_8u_CnR()
70 float _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; in icvUnDistort_8u_CnR()
106 float fx, float fy, float cx, float cy, float k1, float k2, uchar *pBuffer );
193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; in cvInitUndistortMap() local
231 fx = a[0]; fy = a[4]; in cvInitUndistortMap()
232 ifx = 1.f/fx; ify = 1.f/fy; in cvInitUndistortMap()
249 double _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0; in cvInitUndistortMap()
277 double fx, fy, u0, v0, k1, k2, k3, p1, p2; in cvInitUndistortRectifyMap() local
341 fx = a[0]; fy = a[4]; in cvInitUndistortRectifyMap()
360 double v = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + v0; in cvInitUndistortRectifyMap()
379 double A[3][3], RR[3][3], k[5]={0,0,0,0,0}, fx, fy, ifx, ify, cx, cy; in cvUndistortPoints() local
436 fy = A[1][1]; in cvUndistortPoints()
438 ify = 1./fy; in cvUndistortPoints()