Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cvg/Hierarchical-Localization
/ join
Method
join
hloc/match_features.py:96–100 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
94
thread.start()
95
96
def
join(self):
97
for
thread in self.threads:
98
self.queue.put(None)
99
for
thread in self.threads:
100
thread.join()
101
102
def
thread_fn(self, work_fn):
103
item = self.queue.get()
Callers
15
match_from_paths
Function · 0.95
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
database.py
File · 0.80
write_cameras_text
Function · 0.80
write_images_text
Function · 0.80
write_points3D_text
Function · 0.80
detect_model_format
Function · 0.80
Calls
1
put
Method · 0.80
Tested by
no test coverage detected