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

Function RansacOptions_wrapper

pybind/pyposelib.cc:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace poselib {
15
16py::dict RansacOptions_wrapper(py::dict overwrite) {
17 RansacOptions opt;
18 update_ransac_options(overwrite, opt);
19 py::dict result;
20 write_to_dict(opt, result);
21 return result;
22}
23
24py::dict BundleOptions_wrapper(py::dict overwrite) {
25 BundleOptions opt;

Callers

nothing calls this directly

Calls 2

update_ransac_optionsFunction · 0.85
write_to_dictFunction · 0.85

Tested by

no test coverage detected