PointCloudLibrary/pcl

VoxelGrid on GPU

开放

#5,882 创建于 2023年11月22日

 (4 条评论) (0 个反应) (0 位负责人)C++ (4,506 个派生)batch import
help wantedkind: requestmodule: cudamodule: filtersmodule: gpuskill: cuda

仓库指标

星标
 (9,023 个星标)
PR 合并指标
 (平均合并 8天 7小时) (30 天内合并 3 个 PR)

描述

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.

贡献者指南