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

Function p3ll_wrapper

pybind/pyposelib.cc:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120std::vector<CameraPose> p3ll_wrapper(const std::vector<Eigen::Vector3d> &l, const std::vector<Eigen::Vector3d> &X,
121 const std::vector<Eigen::Vector3d> &V) {
122 std::vector<CameraPose> output;
123 p3ll(l, X, V, &output);
124 return output;
125}
126
127std::vector<CameraPose> up2p_wrapper(const std::vector<Eigen::Vector3d> &x, const std::vector<Eigen::Vector3d> &X) {
128 std::vector<CameraPose> output;

Callers

nothing calls this directly

Calls 1

p3llFunction · 0.85

Tested by

no test coverage detected