Lines Matching full:alphay
1760 double alphax, alphay, mx, my;1778 alphay = cvmGet(calibMatr, 1, 1);1779 assert(imgWidth != 0 && imgHeight != 0 && alphax != 0.0 && alphay != 0.0);1783 *pasp = alphay / alphax;1801 *fovy = 2 * atan(imgHeight / (2 * alphay)) * 180.0 / CV_PI;