Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cvg/Hierarchical-Localization
/ connect
Method
connect
hloc/utils/database.py:144–145 ·
view source on GitHub ↗
(database_path)
Source
from the content-addressed store, hash-verified
142
143
@staticmethod
144
def
connect(database_path):
145
return
sqlite3.connect(str(database_path), factory=COLMAPDatabase)
146
147
148
def
__init__(self, *args, **kwargs):
Callers
9
recover_database_images_and_ids
Function · 0.80
create_empty_db
Function · 0.80
get_image_ids
Function · 0.80
create_db_from_model
Function · 0.80
import_features
Function · 0.80
import_matches
Function · 0.80
geometric_verification
Function · 0.80
example_usage
Function · 0.80
read_nvm_model
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected