Searched refs:SOLVEPNP_UPNP (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/calib3d/perf/ |
D | 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/ |
D | test_solvepnp_ransac.cpp | 61 eps[SOLVEPNP_UPNP] = 1.0e-2; in CV_solvePnPRansac_Test() 205 eps[SOLVEPNP_UPNP] = 1.0e-4; in CV_solvePnP_Test()
|
/external/opencv3/modules/calib3d/src/ |
D | solvepnp.cpp | 90 if (flags == SOLVEPNP_EPNP || flags == SOLVEPNP_DLS || flags == SOLVEPNP_UPNP) in solvePnP()
|
/external/opencv3/modules/calib3d/include/opencv2/ |
D | calib3d.hpp | 195 …SOLVEPNP_UPNP = 4 // A.Penate-Sanchez, J.Andrade-Cetto, F.Moreno-Noguer. "Exhaustive Lineari… enumerator
|
/external/opencv3/modules/java/src/ |
D | calib3d+Calib3d.java | 42 SOLVEPNP_UPNP = 4, field in Calib3d
|