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

  /external/opencv3/modules/calib3d/test/
test_chessboardgenerator.cpp 182 double fovx, fovy, focalLen; local
186 fovx, fovy, focalLen, principalPoint, aspect);
191 float ah = static_cast<float>(rng.uniform(-fovx/2 * cov, fovx/2 * cov) * CV_PI / 180);
202 float cbHalfWidth = static_cast<float>(norm(p) * sin( std::min(fovx, fovy) * 0.5 * CV_PI / 180));
247 double fovx, fovy, focalLen; local
251 fovx, fovy, focalLen, principalPoint, aspect);
256 float ah = static_cast<float>(rng.uniform(-fovx/2 * cov, fovx/2 * cov) * CV_PI / 180);
test_cameracalibration.cpp 829 double apertureWidth, double apertureHeight, double& fovx, double& fovy, double& focalLength,
856 double fovx, fovy, focalLength, aspectRatio, local
862 fovx, fovy, focalLength, principalPoint, aspectRatio );
887 if( fabs(fovx - goodFovx) > FLT_EPSILON )
889 ts->printf( cvtest::TS::LOG, "bad fovx (real=%f, good = %f\n", fovx, goodFovx );
932 double apertureWidth, double apertureHeight, double& fovx, double& fovy, double& focalLength,
938 double& fovx, double& fovy, double& focalLength,
944 &fovx, &fovy, &focalLength, &pp, &aspectRatio );
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathFrustum.h 74 Frustum(T nearPlane, T farPlane, T fovx, T fovy, T aspect);
99 void set(T nearPlane, T farPlane, T fovx, T fovy, T aspect);
137 T fovx() const;
208 inline Frustum<T>::Frustum(T nearPlane, T farPlane, T fovx, T fovy, T aspect)
210 set(nearPlane,farPlane,fovx,fovy,aspect);
301 void Frustum<T>::set(T nearPlane, T farPlane, T fovx, T fovy, T aspect)
303 if (fovx != 0 && fovy != 0)
304 throw Iex::ArgExc ("fovx and fovy cannot both be non-zero.");
308 if (fovx != 0)
310 _right = nearPlane * Math<T>::tan(fovx / two)
328 T Frustum<T>::fovx() const function in class:Imath::Frustum
    [all...]
  /external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d_c.h 268 double *fovx CV_DEFAULT(NULL),
  /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)
602 if(fovx!=null) fovx[0] = (double)fovx_out[0];
    [all...]
calib3d.cpp 2428 double fovx; local
    [all...]
  /external/opencv3/modules/calib3d/src/
calibration.cpp     [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 455 milliseconds