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

Function p6lp_wrapper

pybind/pyposelib.cc:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91std::vector<CameraPose> p6lp_wrapper(const std::vector<Eigen::Vector3d> &l, const std::vector<Eigen::Vector3d> &X) {
92 std::vector<CameraPose> output;
93 p6lp(l, X, &output);
94 return output;
95}
96
97std::vector<CameraPose> p5lp_radial_wrapper(const std::vector<Eigen::Vector3d> &l,
98 const std::vector<Eigen::Vector3d> &X) {

Callers

nothing calls this directly

Calls 1

p6lpFunction · 0.85

Tested by

no test coverage detected