MCPcopy Create free account
hub / github.com/andyzeng/tsdf-fusion-python / integrate

Method integrate

fusion.py:207–293  ·  view source on GitHub ↗

Integrate an RGB-D frame into the TSDF volume. Args: color_im (ndarray): An RGB image of shape (H, W, 3). depth_im (ndarray): A depth image of shape (H, W). cam_intr (ndarray): The camera intrinsics matrix of shape (3, 3). cam_pose (ndarray): The camera pose (i.e. extrin

(self, color_im, depth_im, cam_intr, cam_pose, obs_weight=1.)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

demo.pyFile · 0.80

Calls 4

vox2worldMethod · 0.95
cam2pixMethod · 0.95
integrate_tsdfMethod · 0.95
rigid_transformFunction · 0.85

Tested by

no test coverage detected