Point Cloud Library (PCL) 1.12.0
|
Image Extractor which uses the data present in the "intensity" field to produce a monochrome intensity image (with mono16 encoding). More...
#include <pcl/io/point_cloud_image_extractors.h>
Public Types | |
using | Ptr = shared_ptr<PointCloudImageExtractorFromIntensityField<PointT> > |
using | ConstPtr = shared_ptr<const PointCloudImageExtractorFromIntensityField<PointT> > |
![]() | |
enum | ScalingMethod { SCALING_NO , SCALING_FULL_RANGE , SCALING_FIXED_FACTOR } |
Different scaling methods. More... | |
using | Ptr = shared_ptr<PointCloudImageExtractorWithScaling<PointT> > |
using | ConstPtr = shared_ptr<const PointCloudImageExtractorWithScaling<PointT> > |
![]() | |
using | PointCloud = pcl::PointCloud<PointT> |
using | Ptr = shared_ptr<PointCloudImageExtractor<PointT> > |
using | ConstPtr = shared_ptr<const PointCloudImageExtractor<PointT> > |
Additional Inherited Members | |
![]() | |
bool | extractImpl (const PointCloud &cloud, pcl::PCLImage &image) const override |
Implementation of the extract() function, has to be implemented in deriving classes. | |
![]() | |
std::string | field_name_ |
ScalingMethod | scaling_method_ |
float | scaling_factor_ |
![]() | |
bool | paint_nans_with_black_ |
A flag that controls if image pixels corresponding to NaN (infinite) points should be painted black. | |
Image Extractor which uses the data present in the "intensity" field to produce a monochrome intensity image (with mono16 encoding).
Definition at line 400 of file point_cloud_image_extractors.h.
using pcl::io::PointCloudImageExtractorFromIntensityField< PointT >::ConstPtr = shared_ptr<const PointCloudImageExtractorFromIntensityField<PointT> > |
Definition at line 407 of file point_cloud_image_extractors.h.
using pcl::io::PointCloudImageExtractorFromIntensityField< PointT >::Ptr = shared_ptr<PointCloudImageExtractorFromIntensityField<PointT> > |
Definition at line 406 of file point_cloud_image_extractors.h.
|
inline |
Constructor.
[in] | scaling_method | a scaling method to use (default SCALING_NO) |
Definition at line 412 of file point_cloud_image_extractors.h.
|
inline |
Constructor.
[in] | scaling_factor | a scaling factor to apply to each intensity value |
Definition at line 420 of file point_cloud_image_extractors.h.
|
inline |
Destructor.
Definition at line 426 of file point_cloud_image_extractors.h.