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

Function ugp4pl_wrapper

pybind/pyposelib.cc:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165std::vector<CameraPose> ugp4pl_wrapper(const std::vector<Eigen::Vector3d> &p, const std::vector<Eigen::Vector3d> &x,
166 const std::vector<Eigen::Vector3d> &X, const std::vector<Eigen::Vector3d> &V) {
167 std::vector<CameraPose> output;
168 ugp4pl(p, x, X, V, &output);
169 return output;
170}
171
172std::vector<Eigen::Matrix3d> essential_matrix_relpose_5pt_wrapper(const std::vector<Eigen::Vector3d> &x1,
173 const std::vector<Eigen::Vector3d> &x2) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected