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

Method get_view_point_intrinsics

script/utils/visualization.py:50–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 self.__vis.update_renderer()
49
50 def get_view_point_intrinsics(self):
51 ctr = self.__vis.get_view_control()
52 param = ctr.convert_to_pinhole_camera_parameters()
53 intrinsic = param.intrinsic.intrinsic_matrix
54 return intrinsic
55
56 def get_view_point_extrinsics(self):
57 ctr = self.__vis.get_view_control()

Callers

nothing calls this directly

Calls 1

get_view_controlMethod · 0.80

Tested by

no test coverage detected