HomeSort by relevance Sort by last modified time
    Searched refs:apertureHeight (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/calib3d/test/
test_cameracalibration.cpp 829 double apertureWidth, double apertureHeight, double& fovx, double& fovy, double& focalLength,
854 apertureHeight = (double)rng * apertureMaxVal;
861 calibMatrixValues( cameraMatrix, imageSize, apertureWidth, apertureHeight,
867 if( apertureWidth != 0.0 && apertureHeight != 0.0 )
870 ny = imageSize.height / apertureHeight;
932 double apertureWidth, double apertureHeight, double& fovx, double& fovy, double& focalLength,
937 double apertureWidth, double apertureHeight,
943 cvCalibrationMatrixValues( &cameraMatrix, imageSize, apertureWidth, apertureHeight,
    [all...]
  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp     [all...]
  /external/opencv3/modules/java/src/
calib3d+Calib3d.java 590 // C++: void calibrationMatrixValues(Mat cameraMatrix, Size imageSize, double apertureWidth, double apertureHeight, double& fovx, double& fovy, double& focalLength, Point2d& principalPoint, double& aspectRatio)
593 //javadoc: calibrationMatrixValues(cameraMatrix, imageSize, apertureWidth, apertureHeight, fovx, fovy, focalLength, principalPoint, aspectRatio)
594 public static void calibrationMatrixValues(Mat cameraMatrix, Size imageSize, double apertureWidth, double apertureHeight, double[] fovx, double[] fovy, double[] focalLength, Point principalPoint, double[] aspectRatio)
601 calibrationMatrixValues_0(cameraMatrix.nativeObj, imageSize.width, imageSize.height, apertureWidth, apertureHeight, fovx_out, fovy_out, focalLength_out, principalPoint_out, aspectRatio_out);
    [all...]
calib3d.cpp     [all...]
  /external/opencv3/modules/calib3d/src/
calibration.cpp     [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 73 milliseconds