#include <ppfrgb.h>
Public Types | |
typedef pcl::PointCloud < PointOutT > | PointCloudOut |
Public Member Functions | |
PPFRGBRegionEstimation () | |
Private Member Functions | |
void | computeFeature (PointCloudOut &output) |
Abstract feature estimation method. | |
void | computeFeatureEigen (pcl::PointCloud< Eigen::MatrixXf > &) |
Make the computeFeature (pcl::PointCloud<Eigen::MatrixXf> &output); inaccessible from outside the class. |
typedef pcl::PointCloud<PointOutT> pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::PointCloudOut |
Reimplemented from pcl::FeatureFromNormals< PointInT, PointNT, PointOutT >.
pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::PPFRGBRegionEstimation | ( | ) |
Definition at line 77 of file ppfrgb.hpp.
void pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::computeFeature | ( | PointCloudOut & | output | ) | [private, virtual] |
Abstract feature estimation method.
[out] | output | the resultant features |
Implements pcl::Feature< PointInT, PointOutT >.
Definition at line 85 of file ppfrgb.hpp.
void pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::computeFeatureEigen | ( | pcl::PointCloud< Eigen::MatrixXf > & | ) | [inline, private, virtual] |
Make the computeFeature (pcl::PointCloud<Eigen::MatrixXf> &output); inaccessible from outside the class.
[out] | output | the output point cloud |
Implements pcl::Feature< PointInT, PointOutT >.