40 #include <pcl/filters/voxel_grid.h>
54 using Ptr = shared_ptr<VoxelGridLabel>;
55 using ConstPtr = shared_ptr<const VoxelGridLabel>;
shared_ptr< Filter< PointT > > Ptr
shared_ptr< const Filter< PointT > > ConstPtr
PointCloud represents the base class in PCL for storing collections of 3D points.
VoxelGrid assembles a local 3D grid over a given PointCloud, and downsamples + filters the data.
void applyFilter(PointCloud &output) override
Filter cloud and initializes voxel structure.
VoxelGridLabel()=default
Constructor.
Defines all the PCL implemented PointT point type structures.