| 92 | .def_property_readonly( |
| 93 | "correspondence_graph", |
| 94 | static_cast<std::shared_ptr<const class CorrespondenceGraph> ( |
| 95 | DatabaseCache::*)() const>(&DatabaseCache::CorrespondenceGraph)) |
| 96 | .def("find_image_with_name", &DatabaseCache::FindImageWithName, "name"_a); |
| 97 | } |
no outgoing calls
no test coverage detected