#include <voxel_grid_label.h>
Public Types | |
typedef boost::shared_ptr < const VoxelGridLabel > | ConstPtr |
typedef boost::shared_ptr < VoxelGridLabel > | Ptr |
Public Member Functions | |
VoxelGridLabel () | |
Constructor. Sets leaf_size_ to 0 and searchable_ to false. | |
Protected Member Functions | |
void | applyFilter (PointCloud &output) |
Filter cloud and initializes voxel structure. |
Definition at line 51 of file voxel_grid_label.h.
typedef boost::shared_ptr< const VoxelGridLabel > pcl::VoxelGridLabel::ConstPtr |
Reimplemented from pcl::VoxelGrid< pcl::PointXYZRGBL >.
Definition at line 56 of file voxel_grid_label.h.
typedef boost::shared_ptr< VoxelGridLabel > pcl::VoxelGridLabel::Ptr |
Reimplemented from pcl::VoxelGrid< pcl::PointXYZRGBL >.
Definition at line 55 of file voxel_grid_label.h.
pcl::VoxelGridLabel::VoxelGridLabel | ( | ) | [inline] |
Constructor. Sets leaf_size_ to 0 and searchable_ to false.
Definition at line 62 of file voxel_grid_label.h.
void pcl::VoxelGridLabel::applyFilter | ( | PointCloud & | output | ) | [protected, virtual] |
Filter cloud and initializes voxel structure.
[out] | output | cloud containing centroids of voxels containing a sufficient number of points |
Reimplemented from pcl::VoxelGrid< pcl::PointXYZRGBL >.
Definition at line 46 of file voxel_grid_label.cpp.