FPFHEstimation estimates the Fast Point Feature Histogram (FPFH) descriptor for a given point cloud dataset containing points and normals. More...
#include <fpfh.h>

Private Types | |
| typedef pcl::PointCloud < pcl::FPFHSignature33 > | 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::FPFHEstimation < pcl::PointXYZ, pcl::Normal, pcl::FPFHSignature33 > | impl_ |
FPFHEstimation estimates the Fast Point Feature Histogram (FPFH) descriptor for a given point cloud dataset containing points and normals.
Definition at line 66 of file fpfh.h.
typedef pcl::PointCloud<pcl::FPFHSignature33> pcl_ros::FPFHEstimation::PointCloudOut [private] |
| bool pcl_ros::FPFHEstimation::childInit | ( | ros::NodeHandle & | nh | ) | [inline, private, virtual] |
Child initialization routine. Internal method.
Implements pcl_ros::FeatureFromNormals.
| void pcl_ros::FPFHEstimation::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::FPFHEstimation::emptyPublish | ( | const PointCloudInConstPtr & | cloud | ) | [private, virtual] |
Publish an empty point cloud of the feature output type.
Implements pcl_ros::FeatureFromNormals.
pcl::FPFHEstimation<pcl::PointXYZ, pcl::Normal, pcl::FPFHSignature33> pcl_ros::FPFHEstimation::impl_ [private] |