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

Method read_model

python/examples/visualize_model.py:44–45  ·  view source on GitHub ↗
(self, path: str)

Source from the content-addressed store, hash-verified

42 self.visualizer: open3d.visualization.Visualizer
43
44 def read_model(self, path: str) -> None:
45 self.reconstruction = pycolmap.Reconstruction(path)
46
47 def add_points(
48 self, min_track_len: int = 3, remove_statistical_outlier: bool = True

Callers 1

mainFunction · 0.95

Calls 1

ReconstructionMethod · 0.45

Tested by

no test coverage detected