yak
yak copied to clipboard
Use a sparse data structure for the voxel volume
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.