MCPcopy Create free account
hub / github.com/SAMMiCA/ChangeSim / save_view_point

Method save_view_point

script/utils/visualization.py:65–68  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

63 return self.__vis.get_view_control()
64
65 def save_view_point(self, filename):
66 ctr = self.__vis.get_view_control()
67 param = ctr.convert_to_pinhole_camera_parameters()
68 open3d.io.write_pinhole_camera_parameters(filename, param)
69
70 def load_view_point(self, filename):
71 param = open3d.io.read_pinhole_camera_parameters(filename)

Callers

nothing calls this directly

Calls 1

get_view_controlMethod · 0.80

Tested by

no test coverage detected