MCPcopy
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

create_empty_dbFunction · 0.80
get_image_idsFunction · 0.80
create_db_from_modelFunction · 0.80
import_featuresFunction · 0.80
import_matchesFunction · 0.80
geometric_verificationFunction · 0.80
example_usageFunction · 0.80
read_nvm_modelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected