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.

貢獻者指南