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