MCPcopy Create free account
hub / github.com/PoseLib/PoseLib / p3p_wrapper

Function p3p_wrapper

pybind/pyposelib.cc:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32std::vector<CameraPose> p3p_wrapper(const std::vector<Eigen::Vector3d> &x, const std::vector<Eigen::Vector3d> &X) {
33 std::vector<CameraPose> output;
34 p3p(x, X, &output);
35 return output;
36}
37
38std::vector<CameraPose> gp3p_wrapper(const std::vector<Eigen::Vector3d> &p, const std::vector<Eigen::Vector3d> &x,
39 const std::vector<Eigen::Vector3d> &X) {

Callers

nothing calls this directly

Calls 1

p3pFunction · 0.85

Tested by

no test coverage detected