MCPcopy Create free account
hub / github.com/colmap/colmap / CorrespondenceGraph

Class CorrespondenceGraph

src/pycolmap/scene/database_cache.cc:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers 1

BindCorrespondenceGraphFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected