open3d.t.io.write_tsdf_voxelgrid¶
-
open3d.t.io.
write_tsdf_voxelgrid
(filename, voxelgrid)¶ Function to write a TSDF voxel grid to file.
- Parameters
filename (str) – Path to file.
voxelgrid (open3d.t.geometry.TSDFVoxelGrid) –
- Returns
bool
open3d.t.io.
write_tsdf_voxelgrid
(filename, voxelgrid)¶Function to write a TSDF voxel grid to file.
filename (str) – Path to file.
voxelgrid (open3d.t.geometry.TSDFVoxelGrid) –
bool