Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andyzeng/tsdf-fusion-python
/ functions
Functions
12 in github.com/andyzeng/tsdf-fusion-python
⨍
Functions
12
◇
Types & classes
1
↓ 2 callers
Method
get_volume
(self)
fusion.py:295
↓ 2 callers
Function
rigid_transform
Applies a rigid transform to an (N, 3) pointcloud.
fusion.py:342
↓ 1 callers
Method
cam2pix
Convert camera coordinates to pixel coordinates.
fusion.py:183
↓ 1 callers
Method
get_mesh
Compute a mesh from the voxel volume using marching cubes.
fusion.py:322
↓ 1 callers
Method
get_point_cloud
Extract a point cloud from the voxel volume.
fusion.py:301
↓ 1 callers
Method
integrate
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
fusion.py:207
↓ 1 callers
Method
integrate_tsdf
Integrate the TSDF volume.
fusion.py:197
↓ 1 callers
Method
vox2world
Convert voxel grid coordinates to world coordinates.
fusion.py:170
Method
__init__
Constructor. Args: vol_bnds (ndarray): An ndarray of shape (3, 2). Specifies the xyz bounds (min/max) in meters. voxel_size (
fusion.py:22
Function
get_view_frustum
Get corners of 3D camera view frustum of depth image
fusion.py:350
Function
meshwrite
Save a 3D mesh to a polygon .ply file.
fusion.py:365
Function
pcwrite
Save a point cloud to a polygon .ply file.
fusion.py:401