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

Method capture_depth_image

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

Source from the content-addressed store, hash-verified

102 return depth
103
104 def capture_depth_image(self, filename):
105 self.__vis.capture_depth_image(filename, do_render=True)
106
107 # to read the saved depth image file use:
108 # depth = open3d.io.read_image(filename)
109 # plt.imshow(depth)
110 # plt.show()
111
112 def draw_camera(self, intrinsic, extrinsic, scale=1, color=None):
113 # intrinsics

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected