SOLVEPNP_UPNP 13 modules/calib3d/perf/perf_pnp.cpp CV_ENUM(pnpAlgo, SOLVEPNP_ITERATIVE, SOLVEPNP_EPNP, SOLVEPNP_P3P, SOLVEPNP_DLS, SOLVEPNP_UPNP) SOLVEPNP_UPNP 23 modules/calib3d/perf/perf_pnp.cpp testing::Values((int)SOLVEPNP_ITERATIVE, (int)SOLVEPNP_EPNP, (int)SOLVEPNP_UPNP, (int)SOLVEPNP_DLS) SOLVEPNP_UPNP 68 modules/calib3d/perf/perf_pnp.cpp testing::Values((int)SOLVEPNP_P3P, (int)SOLVEPNP_EPNP, (int)SOLVEPNP_DLS, (int)SOLVEPNP_UPNP) SOLVEPNP_UPNP 90 modules/calib3d/src/solvepnp.cpp if (flags == SOLVEPNP_EPNP || flags == SOLVEPNP_DLS || flags == SOLVEPNP_UPNP) SOLVEPNP_UPNP 61 modules/calib3d/test/test_solvepnp_ransac.cpp eps[SOLVEPNP_UPNP] = 1.0e-2; SOLVEPNP_UPNP 205 modules/calib3d/test/test_solvepnp_ransac.cpp eps[SOLVEPNP_UPNP] = 1.0e-4;