Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a sparse data structure for the voxel volume #17

Open
schornakj opened this issue Nov 6, 2019 · 0 comments
Open

Use a sparse data structure for the voxel volume #17

schornakj opened this issue Nov 6, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@schornakj
Copy link
Contributor

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.

@schornakj schornakj added the enhancement New feature or request label Nov 6, 2019
drchrislewis pushed a commit to drchrislewis/yak-1 that referenced this issue Oct 27, 2020
…ntcloud

Allow integration of structured point clouds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant