PointCloudLibrary/pcl

VoxelGrid on GPU

Open

#5 882 ouverte le 22 nov. 2023

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)C++ (4 506 forks)batch import
help wantedkind: requestmodule: cudamodule: filtersmodule: gpuskill: cuda

Métriques du dépôt

Stars
 (9 023 stars)
Métriques de merge PR
 (Merge moyen 8j 7h) (3 PRs mergées en 30 j)

Description

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.

Guide contributeur