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