VoxelGrid on GPU #5882
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
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 implementfilter_field_name_
orsave_leaf_layout_
for now.It could maybe make use of
pcl::gpu::Octree
, or stay closer to the implementation ofpcl::VoxelGrid
and use the sorting functions fromthrust
.The text was updated successfully, but these errors were encountered: