Lines Matching refs:apertureHeight
829 … double apertureWidth, double apertureHeight, double& fovx, double& fovy, double& focalLength,
854 apertureHeight = (double)rng * apertureMaxVal; in run() local
861 calibMatrixValues( cameraMatrix, imageSize, apertureWidth, apertureHeight, in run()
867 if( apertureWidth != 0.0 && apertureHeight != 0.0 ) in run()
870 ny = imageSize.height / apertureHeight; in run()
932 … double apertureWidth, double apertureHeight, double& fovx, double& fovy, double& focalLength,
937 double apertureWidth, double apertureHeight, in calibMatrixValues() argument
943 cvCalibrationMatrixValues( &cameraMatrix, imageSize, apertureWidth, apertureHeight, in calibMatrixValues()
958 … double apertureWidth, double apertureHeight, double& fovx, double& fovy, double& focalLength,
963 … double apertureWidth, double apertureHeight, in calibMatrixValues() argument
967 calibrationMatrixValues( cameraMatrix, imageSize, apertureWidth, apertureHeight, in calibMatrixValues()