Home | History | Annotate | Download | only in src

Lines Matching refs:imgHeight

1761     int imgWidth = imgSize.width, imgHeight = imgSize.height;
1779 assert(imgWidth != 0 && imgHeight != 0 && alphax != 0.0 && alphay != 0.0);
1789 my = imgHeight / apertureHeight;
1801 *fovy = 2 * atan(imgHeight / (2 * alphay)) * 180.0 / CV_PI;