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

  /external/opencv3/modules/calib3d/perf/
perf_pnp.cpp 13 CV_ENUM(pnpAlgo, SOLVEPNP_ITERATIVE, SOLVEPNP_EPNP, SOLVEPNP_P3P, SOLVEPNP_DLS, SOLVEPNP_UPNP)
23 testing::Values((int)SOLVEPNP_ITERATIVE, (int)SOLVEPNP_EPNP, (int)SOLVEPNP_UPNP, (int)SOLVEPNP_DLS)
68 testing::Values((int)SOLVEPNP_P3P, (int)SOLVEPNP_EPNP, (int)SOLVEPNP_DLS, (int)SOLVEPNP_UPNP)
  /external/opencv3/modules/calib3d/src/
solvepnp.cpp 90 if (flags == SOLVEPNP_EPNP || flags == SOLVEPNP_DLS || flags == SOLVEPNP_UPNP)
146 CV_Error(CV_StsBadArg, "The flags argument must be one of SOLVEPNP_ITERATIVE, SOLVEPNP_P3P, SOLVEPNP_EPNP or SOLVEPNP_DLS");
247 int ransac_kernel_method = SOLVEPNP_EPNP;
283 distCoeffs, rvec, tvec, false, flags == SOLVEPNP_P3P ? SOLVEPNP_EPNP : flags) ? 1 : -1;
  /external/opencv3/modules/calib3d/test/
test_solvepnp_ransac.cpp 58 eps[SOLVEPNP_EPNP] = 1.0e-2;
202 eps[SOLVEPNP_EPNP] = 1.0e-6;
  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp 192 SOLVEPNP_EPNP = 1, // F.Moreno-Noguer, V.Lepetit and P.Fua "EPnP: Efficient Perspective-n-Point Camera Pose Estimation"
501 - **SOLVEPNP_EPNP** Method has been introduced by F.Moreno-Noguer, V.Lepetit and P.Fua in the
    [all...]
  /external/opencv3/modules/java/src/
calib3d+Calib3d.java 39 SOLVEPNP_EPNP = 1,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 262 milliseconds