ros-industrial / yak

A library for integrating depth images into Truncated Signed Distance Fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use a sparse data structure for the voxel volume

schornakj opened this issue · comments

Right now Yak uses a simple dense voxel volume representation. Other TSDF implementations use octrees or voxel hashing approaches to more efficiently store occupied voxels. Advantages include better memory efficiency and fewer constraints on the size and shape of the surface to be reconstructed.