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

VoxelGrid on GPU #5882

Open
mvieth opened this issue Nov 22, 2023 · 0 comments
Open

VoxelGrid on GPU #5882

mvieth opened this issue Nov 22, 2023 · 0 comments
Labels
help wanted kind: request Type of issue module: cuda module: filters module: gpu skill: cuda Skills/areas of expertise needed to tackle the issue

Comments

@mvieth
Copy link
Member

mvieth commented Nov 22, 2023

It would be nice to have a voxel grid filter that runs on the GPU, and is thus faster than the existing pcl::VoxelGrid (which runs on the CPU).
The new GPU voxel grid should have the same filtering behaviour as pcl::VoxelGrid, but does not have to implement filter_field_name_ or save_leaf_layout_ for now.
It could maybe make use of pcl::gpu::Octree, or stay closer to the implementation of pcl::VoxelGrid and use the sorting functions from thrust.

@mvieth mvieth added help wanted module: cuda module: gpu kind: request Type of issue module: filters skill: cuda Skills/areas of expertise needed to tackle the issue labels Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted kind: request Type of issue module: cuda module: filters module: gpu skill: cuda Skills/areas of expertise needed to tackle the issue
Projects
None yet
Development

No branches or pull requests

1 participant