MCPcopy Create free account
hub / github.com/colmap/colmap / show

Method show

python/examples/visualize_model.py:124–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122 self.visualizer.create_window()
123
124 def show(self) -> None:
125 self.visualizer.poll_events()
126 self.visualizer.update_renderer()
127 self.visualizer.run()
128 self.visualizer.destroy_window()
129
130
131def draw_camera(

Callers 15

mainFunction · 0.95
GrabMovieMethod · 0.80
ProjectNewMethod · 0.80
ProjectEditMethod · 0.80
FeatureExtractionMethod · 0.80
FeatureMatchingMethod · 0.80
DatabaseManagementMethod · 0.80
ReconstructionOptionsMethod · 0.80
RenderOptionsMethod · 0.80
ReconstructionStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected