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

Function ugp2p_wrapper

pybind/pyposelib.cc:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133std::vector<CameraPose> ugp2p_wrapper(const std::vector<Eigen::Vector3d> &p, const std::vector<Eigen::Vector3d> &x,
134 const std::vector<Eigen::Vector3d> &X) {
135 std::vector<CameraPose> output;
136 ugp2p(p, x, X, &output);
137 return output;
138}
139
140std::pair<std::vector<CameraPose>, std::vector<double>> ugp3ps_wrapper(const std::vector<Eigen::Vector3d> &p,
141 const std::vector<Eigen::Vector3d> &x,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected