mexopencv  3.4.1
MEX interface for OpenCV library
Variables
anonymous_namespace{solvePnP.cpp} Namespace Reference

Variables

const ConstMap< string, int > PnPMethod
 Method used for solving the pose estimation problem. More...
 

Variable Documentation

◆ PnPMethod

const ConstMap<string,int> anonymous_namespace{solvePnP.cpp}::PnPMethod
Initial value:
("Iterative", cv::SOLVEPNP_ITERATIVE)
SOLVEPNP_EPNP
SOLVEPNP_UPNP
SOLVEPNP_AP3P
SOLVEPNP_DLS
SOLVEPNP_P3P
SOLVEPNP_ITERATIVE
std::map wrapper with one-line initialization and lookup method.
Definition: MxArray.hpp:927

Method used for solving the pose estimation problem.

Definition at line 15 of file solvePnP.cpp.