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

Function BundleOptions_wrapper

pybind/pyposelib.cc:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24py::dict BundleOptions_wrapper(py::dict overwrite) {
25 BundleOptions opt;
26 update_bundle_options(overwrite, opt);
27 py::dict result;
28 write_to_dict(opt, result);
29 return result;
30}
31
32std::vector<CameraPose> p3p_wrapper(const std::vector<Eigen::Vector3d> &x, const std::vector<Eigen::Vector3d> &X) {
33 std::vector<CameraPose> output;

Callers

nothing calls this directly

Calls 2

update_bundle_optionsFunction · 0.85
write_to_dictFunction · 0.85

Tested by

no test coverage detected