PFHEstimation estimates the Point Feature Histogram (PFH) descriptor for a given point cloud dataset containing points and normals. More...
#include <pfh.h>
Private Member Functions | |
void | compute (pcl::PointCloud< pcl::PFHSignature125 > &) |
Make the compute (&PointCloudOut); inaccessible from outside the class. | |
void | computeFeatureEigen (pcl::PointCloud< Eigen::MatrixXf > &output) |
Estimate the Point Feature Histograms (PFH) descriptors at a set of points given by <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod () |
PFHEstimation estimates the Point Feature Histogram (PFH) descriptor for a given point cloud dataset containing points and normals.
void pcl::PFHEstimation< PointInT, PointNT, Eigen::MatrixXf >::compute | ( | pcl::PointCloud< pcl::PFHSignature125 > & | ) | [inline, private] |
void pcl::PFHEstimation< PointInT, PointNT, Eigen::MatrixXf >::computeFeatureEigen | ( | pcl::PointCloud< Eigen::MatrixXf > & | output | ) | [private, virtual] |
Estimate the Point Feature Histograms (PFH) descriptors at a set of points given by <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod ()
[out] | output | the resultant point cloud model dataset that contains the PFH feature estimates |
Reimplemented from pcl::PFHEstimation< PointInT, PointNT, pcl::PFHSignature125 >.