MCPcopy Create free account
hub / github.com/XiaoBaiiiiii/colmap-pcd / connect

Method connect

scripts/python/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(database_path, factory=COLMAPDatabase)
146
147
148 def __init__(self, *args, **kwargs):

Callers 5

example_usageFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected