PFHEstimation estimates the Point Feature Histogram (PFH) descriptor for a given point cloud dataset containing points and normals. More...
#include <pfh.h>

Private Types | |
| typedef pcl::PointCloud < pcl::PFHSignature125 > | PointCloudOut |
Private Member Functions | |
| bool | childInit (ros::NodeHandle &nh) |
| Child initialization routine. Internal method. | |
| void | computePublish (const PointCloudInConstPtr &cloud, const PointCloudNConstPtr &normals, const PointCloudInConstPtr &surface, const IndicesConstPtr &indices) |
| Compute the feature and publish it. | |
| void | emptyPublish (const PointCloudInConstPtr &cloud) |
| Publish an empty point cloud of the feature output type. | |
Private Attributes | |
| pcl::PFHEstimation < pcl::PointXYZ, pcl::Normal, pcl::PFHSignature125 > | impl_ |
PFHEstimation estimates the Point Feature Histogram (PFH) descriptor for a given point cloud dataset containing points and normals.
Definition at line 68 of file pfh.h.
typedef pcl::PointCloud<pcl::PFHSignature125> pcl_ros::PFHEstimation::PointCloudOut [private] |
| bool pcl_ros::PFHEstimation::childInit | ( | ros::NodeHandle & | nh | ) | [inline, private, virtual] |
Child initialization routine. Internal method.
Implements pcl_ros::FeatureFromNormals.
| void pcl_ros::PFHEstimation::computePublish | ( | const PointCloudInConstPtr & | cloud, | |
| const PointCloudNConstPtr & | normals, | |||
| const PointCloudInConstPtr & | surface, | |||
| const IndicesConstPtr & | indices | |||
| ) | [private, virtual] |
Compute the feature and publish it.
Implements pcl_ros::FeatureFromNormals.
| void pcl_ros::PFHEstimation::emptyPublish | ( | const PointCloudInConstPtr & | cloud | ) | [private, virtual] |
Publish an empty point cloud of the feature output type.
Implements pcl_ros::FeatureFromNormals.
pcl::PFHEstimation<pcl::PointXYZ, pcl::Normal, pcl::PFHSignature125> pcl_ros::PFHEstimation::impl_ [private] |