Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dimatura/binvox-rw-py
/ functions
Functions
9 in github.com/dimatura/binvox-rw-py
⨍
Functions
9
◇
Types & classes
1
↓ 11 callers
Method
write
(self, fp)
binvox_rw.py:102
↓ 2 callers
Function
read_header
Read binvox header. Mostly meant for internal use.
binvox_rw.py:105
↓ 1 callers
Function
sparse_to_dense
(voxel_data, dims, dtype=np.bool)
binvox_rw.py:211
↓ 1 callers
Function
write
Write binary binvox format. Note that when saving a model in sparse (coordinate) format, it is first converted to dense format. Doesn't
binvox_rw.py:232
Method
__init__
(self, data, dims, translate, scale, axis_order)
binvox_rw.py:88
Method
clone
(self)
binvox_rw.py:96
Function
dense_to_sparse
From dense representation to sparse (coordinate) representation. No coordinate reordering.
binvox_rw.py:203
Function
read_as_3d_array
Read binary binvox format as array. Returns the model with accompanying metadata. Voxels are stored in a three-dimensional numpy array, whi
binvox_rw.py:117
Function
read_as_coord_array
Read binary binvox format as coordinates. Returns binvox model with voxels in a "coordinate" representation, i.e. an 3 x N array where N is
binvox_rw.py:153