point_cloud_library / 1.12.1 / classpcl_1_1io_1_1_point_cloud_image_extractor_from_r_g_b_field.html /

Image Extractor which uses the data present in the "rgb" or "rgba" fields to produce a color image with rgb8 encoding. More...

#include <pcl/io/point_cloud_image_extractors.h>

Public Types

using Ptr = shared_ptr< PointCloudImageExtractorFromRGBField< PointT > >
using ConstPtr = shared_ptr< const PointCloudImageExtractorFromRGBField< PointT > >
- Public Types inherited from pcl::io::PointCloudImageExtractor< PointT >
using PointCloud = pcl::PointCloud< PointT >
using Ptr = shared_ptr< PointCloudImageExtractor< PointT > >
using ConstPtr = shared_ptr< const PointCloudImageExtractor< PointT > >

Public Member Functions

PointCloudImageExtractorFromRGBField ()
Constructor. More...
~PointCloudImageExtractorFromRGBField ()
Destructor. 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

bool extractImpl (const PointCloud &cloud, pcl::PCLImage &img) const override
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::PointCloudImageExtractorFromRGBField< PointT >

Image Extractor which uses the data present in the "rgb" or "rgba" fields to produce a color image with rgb8 encoding.

Author
Sergey Alexandrov

Definition at line 230 of file point_cloud_image_extractors.h.

Member Typedef Documentation

ConstPtr

Definition at line 236 of file point_cloud_image_extractors.h.

Ptr

Definition at line 235 of file point_cloud_image_extractors.h.

Constructor & Destructor Documentation

PointCloudImageExtractorFromRGBField()

Constructor.

Definition at line 239 of file point_cloud_image_extractors.h.

~PointCloudImageExtractorFromRGBField()

Destructor.

Definition at line 242 of file point_cloud_image_extractors.h.

Member Function Documentation

extractImpl()

template<typename PointT >
bool pcl::io::PointCloudImageExtractorFromRGBField< PointT >::extractImpl ( const PointCloud & cloud,
pcl::PCLImage & image
) const
overrideprotectedvirtual

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

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1io_1_1_point_cloud_image_extractor_from_r_g_b_field.html