Added UPNP flag
This commit is contained in:
parent
79f593a429
commit
71f4894d87
@ -59,7 +59,9 @@ enum { LMEDS = 4, //!< least-median algorithm
|
|||||||
enum { SOLVEPNP_ITERATIVE = 0,
|
enum { SOLVEPNP_ITERATIVE = 0,
|
||||||
SOLVEPNP_EPNP = 1, // F.Moreno-Noguer, V.Lepetit and P.Fua "EPnP: Efficient Perspective-n-Point Camera Pose Estimation"
|
SOLVEPNP_EPNP = 1, // F.Moreno-Noguer, V.Lepetit and P.Fua "EPnP: Efficient Perspective-n-Point Camera Pose Estimation"
|
||||||
SOLVEPNP_P3P = 2, // X.S. Gao, X.-R. Hou, J. Tang, H.-F. Chang; "Complete Solution Classification for the Perspective-Three-Point Problem"
|
SOLVEPNP_P3P = 2, // X.S. Gao, X.-R. Hou, J. Tang, H.-F. Chang; "Complete Solution Classification for the Perspective-Three-Point Problem"
|
||||||
SOLVEPNP_DLS = 3 // Joel A. Hesch and Stergios I. Roumeliotis. "A Direct Least-Squares (DLS) Method for PnP"
|
SOLVEPNP_DLS = 3, // Joel A. Hesch and Stergios I. Roumeliotis. "A Direct Least-Squares (DLS) Method for PnP"
|
||||||
|
SOLVEPNP_UPNP = 4 // A.Penate-Sanchez, J.Andrade-Cetto, F.Moreno-Noguer. "Exhaustive Linearization for Robust Camera Pose and Focal Length Estimation"
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum { CALIB_CB_ADAPTIVE_THRESH = 1,
|
enum { CALIB_CB_ADAPTIVE_THRESH = 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user