#include <pcl/point_cloud.h>
#include <pcl/filters/voxel_grid.h>
Go to the source code of this file.
|
template<typename PointCloudT , typename IndicesPtrT = pcl::IndicesConstPtr> |
PointCloudT::Ptr | downsampleByVoxelGrid (typename PointCloudT::ConstPtr inputCloud, float leafSize=5.0, const IndicesPtrT &indices=nullptr) |
|
template<typename PointCloudT > |
PointCloudT::Ptr | downsampleByVoxelGrid (typename PointCloudT::ConstPtr inputCloud, float leafSize=5.0, pcl::IndicesConstPtr indices=nullptr) |
|
template<typename PointCloudT > |
PointCloudT::Ptr | downsampleByVoxelGrid (typename PointCloudT::ConstPtr inputCloud, float leafSize=5.0, pcl::PointIndicesConstPtr indices=nullptr) |
|