Image Extractor which uses the data present in the "z" field to produce a depth map (as a monochrome image with mono16 encoding). More...
#include <pcl/io/point_cloud_image_extractors.h>


Public Types | |
| typedef boost::shared_ptr < PointCloudImageExtractorFromZField < PointT > > | Ptr |
| typedef boost::shared_ptr < const PointCloudImageExtractorFromZField < PointT > > | ConstPtr |
Public Member Functions | |
| PointCloudImageExtractorFromZField (const float scaling_factor=10000) | |
| Constructor. | |
| PointCloudImageExtractorFromZField (const ScalingMethod scaling_method) | |
| Constructor. | |
| virtual | ~PointCloudImageExtractorFromZField () |
| Destructor. | |
Image Extractor which uses the data present in the "z" field to produce a depth map (as a monochrome image with mono16 encoding).
Definition at line 307 of file point_cloud_image_extractors.h.
| typedef boost::shared_ptr<const PointCloudImageExtractorFromZField<PointT> > pcl::io::PointCloudImageExtractorFromZField< PointT >::ConstPtr |
Reimplemented from pcl::io::PointCloudImageExtractorWithScaling< PointT >.
Definition at line 314 of file point_cloud_image_extractors.h.
| typedef boost::shared_ptr<PointCloudImageExtractorFromZField<PointT> > pcl::io::PointCloudImageExtractorFromZField< PointT >::Ptr |
Reimplemented from pcl::io::PointCloudImageExtractorWithScaling< PointT >.
Definition at line 313 of file point_cloud_image_extractors.h.
| pcl::io::PointCloudImageExtractorFromZField< PointT >::PointCloudImageExtractorFromZField | ( | const float | scaling_factor = 10000 |
) | [inline] |
Constructor.
| i] | scaling_factor a scaling factor to apply to each depth value (default 10000) |
Definition at line 319 of file point_cloud_image_extractors.h.
| pcl::io::PointCloudImageExtractorFromZField< PointT >::PointCloudImageExtractorFromZField | ( | const ScalingMethod | scaling_method | ) | [inline] |
Constructor.
| i] | scaling_method a scaling method to use |
Definition at line 327 of file point_cloud_image_extractors.h.
| virtual pcl::io::PointCloudImageExtractorFromZField< PointT >::~PointCloudImageExtractorFromZField | ( | ) | [inline, virtual] |
Destructor.
Definition at line 333 of file point_cloud_image_extractors.h.