#include <ppfrgb.h>

Public Types | |
| typedef pcl::PointCloud < PointOutT > | PointCloudOut |
Public Member Functions | |
| PPFRGBEstimation () | |
| Empty Constructor. | |
Private Member Functions | |
| void | computeFeature (PointCloudOut &output) |
| The method called for actually doing the computations. | |
| typedef pcl::PointCloud<PointOutT> pcl::PPFRGBEstimation< PointInT, PointNT, PointOutT >::PointCloudOut |
Reimplemented from pcl::FeatureFromNormals< PointInT, PointNT, PointOutT >.
| pcl::PPFRGBEstimation< PointInT, PointNT, PointOutT >::PPFRGBEstimation | ( | ) |
Empty Constructor.
Definition at line 46 of file ppfrgb.hpp.
| void pcl::PPFRGBEstimation< PointInT, PointNT, PointOutT >::computeFeature | ( | PointCloudOut & | output | ) | [private, virtual] |
The method called for actually doing the computations.
| output | the resulting point cloud (which should be of type pcl::PPFRGBSignature); |
Implements pcl::Feature< PointInT, PointOutT >.
Definition at line 58 of file ppfrgb.hpp.