downsampling_voxelgrid.hpp File Reference
#include <pcl/point_cloud.h>
#include <pcl/filters/voxel_grid.h>
+ Include dependency graph for downsampling_voxelgrid.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 visionx
 ArmarX headers.
 
 visionx::tools
 
 visionx::tools::detail
 

Functions

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)