Point Cloud Library (PCL)  1.7.2
List of all members | Public Types | Public Member Functions | Protected Member Functions
pcl::io::PointCloudImageExtractorFromLabelField< PointT > Class Template Reference

Image Extractor which uses the data present in the "label" field to produce either monochrome or RGB image where different labels correspond to different colors. More...

#include <pcl/io/point_cloud_image_extractors.h>

+ Inheritance diagram for pcl::io::PointCloudImageExtractorFromLabelField< PointT >:

Public Types

enum  ColorMode { COLORS_MONO, COLORS_RGB_RANDOM, COLORS_RGB_GLASBEY }
 Different modes for color mapping. More...
 
typedef boost::shared_ptr
< PointCloudImageExtractorFromLabelField
< PointT > > 
Ptr
 
typedef boost::shared_ptr
< const
PointCloudImageExtractorFromLabelField
< PointT > > 
ConstPtr
 
- Public Types inherited from pcl::io::PointCloudImageExtractor< PointT >
typedef pcl::PointCloud< PointTPointCloud
 
typedef boost::shared_ptr
< PointCloudImageExtractor
< PointT > > 
Ptr
 
typedef boost::shared_ptr
< const
PointCloudImageExtractor
< PointT > > 
ConstPtr
 

Public Member Functions

 PointCloudImageExtractorFromLabelField (const ColorMode color_mode=COLORS_MONO)
 Constructor. More...
 
virtual ~PointCloudImageExtractorFromLabelField ()
 Destructor. More...
 
void setColorMode (const ColorMode color_mode)
 Set color mapping mode. More...
 
- Public Member Functions inherited from pcl::io::PointCloudImageExtractor< PointT >
 PointCloudImageExtractor ()
 Constructor. More...
 
virtual ~PointCloudImageExtractor ()
 Destructor. More...
 
bool extract (const PointCloud &cloud, pcl::PCLImage &image) const
 Obtain the image from the given cloud. More...
 
void setPaintNaNsWithBlack (bool flag)
 Set a flag that controls if image pixels corresponding to NaN (infinite) points should be painted black. More...
 

Protected Member Functions

virtual bool extractImpl (const PointCloud &cloud, pcl::PCLImage &img) const
 Implementation of the extract() function, has to be implemented in deriving classes. More...
 

Additional Inherited Members

- Protected Attributes inherited from pcl::io::PointCloudImageExtractor< PointT >
bool paint_nans_with_black_
 A flag that controls if image pixels corresponding to NaN (infinite) points should be painted black. More...
 

Detailed Description

template<typename PointT>
class pcl::io::PointCloudImageExtractorFromLabelField< PointT >

Image Extractor which uses the data present in the "label" field to produce either monochrome or RGB image where different labels correspond to different colors.

See the documentation for ColorMode to learn about available coloring options.

Author
Sergey Alexandrov

Definition at line 259 of file point_cloud_image_extractors.h.

Member Typedef Documentation

template<typename PointT>
typedef boost::shared_ptr<const PointCloudImageExtractorFromLabelField<PointT> > pcl::io::PointCloudImageExtractorFromLabelField< PointT >::ConstPtr

Definition at line 265 of file point_cloud_image_extractors.h.

Definition at line 264 of file point_cloud_image_extractors.h.

Constructor & Destructor Documentation

Constructor.

Definition at line 281 of file point_cloud_image_extractors.h.

template<typename PointT>
virtual pcl::io::PointCloudImageExtractorFromLabelField< PointT >::~PointCloudImageExtractorFromLabelField ( )
inlinevirtual

Destructor.

Definition at line 287 of file point_cloud_image_extractors.h.

Member Function Documentation

template<typename PointT >
bool pcl::io::PointCloudImageExtractorFromLabelField< PointT >::extractImpl ( const PointCloud cloud,
pcl::PCLImage image 
) const
protectedvirtual
template<typename PointT>
void pcl::io::PointCloudImageExtractorFromLabelField< PointT >::setColorMode ( const ColorMode  color_mode)
inline

Set color mapping mode.

Definition at line 291 of file point_cloud_image_extractors.h.


The documentation for this class was generated from the following files: