Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ Close
Method
Close
src/pycolmap/scene/database.cc:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void Close() override { PYBIND11_OVERRIDE_PURE(void, Database, Close); }
47
48
bool ExistsRig(rig_t rig_id) const override {
49
PYBIND11_OVERRIDE_PURE(bool, Database, ExistsRig, rig_id);
Callers
1
BindDatabase
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected