HomeSort by relevance Sort by last modified time
    Searched refs:SOLVEPNP_UPNP (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/test/
test_solvepnp_ransac.cpp 61 eps[SOLVEPNP_UPNP] = 1.0e-2;
205 eps[SOLVEPNP_UPNP] = 1.0e-4;
  /external/opencv3/modules/calib3d/src/
solvepnp.cpp 90 if (flags == SOLVEPNP_EPNP || flags == SOLVEPNP_DLS || flags == SOLVEPNP_UPNP)
136 else if (flags == SOLVEPNP_UPNP)
  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp 195 SOLVEPNP_UPNP = 4 // A.Penate-Sanchez, J.Andrade-Cetto, F.Moreno-Noguer. "Exhaustive Linearization for Robust Camera Pose and Focal Length Estimation"
505 - **SOLVEPNP_UPNP** Method is based on the paper of A.Penate-Sanchez, J.Andrade-Cetto,
    [all...]
  /external/opencv3/modules/java/src/
calib3d+Calib3d.java 42 SOLVEPNP_UPNP = 4,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 158 milliseconds