MCPcopy
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_pathsFunction · 0.95
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
database.pyFile · 0.80
write_cameras_textFunction · 0.80
write_images_textFunction · 0.80
write_points3D_textFunction · 0.80
detect_model_formatFunction · 0.80

Calls 1

putMethod · 0.80

Tested by

no test coverage detected