#include <ppfrgb.h>

Public Types | |
| typedef boost::shared_ptr < const PPFRGBRegionEstimation < PointInT, PointNT, PointOutT > > | ConstPtr |
| typedef pcl::PointCloud < PointOutT > | PointCloudOut |
| typedef boost::shared_ptr < PPFRGBRegionEstimation < PointInT, PointNT, PointOutT > > | Ptr |
Public Member Functions | |
| PPFRGBRegionEstimation () | |
Private Member Functions | |
| void | computeFeature (PointCloudOut &output) |
| Abstract feature estimation method. | |
| typedef boost::shared_ptr<const PPFRGBRegionEstimation<PointInT, PointNT, PointOutT> > pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::ConstPtr |
Reimplemented from pcl::FeatureFromNormals< PointInT, PointNT, PointOutT >.
| typedef pcl::PointCloud<PointOutT> pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::PointCloudOut |
Reimplemented from pcl::FeatureFromNormals< PointInT, PointNT, PointOutT >.
| typedef boost::shared_ptr<PPFRGBRegionEstimation<PointInT, PointNT, PointOutT> > pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::Ptr |
Reimplemented from pcl::FeatureFromNormals< PointInT, PointNT, PointOutT >.
| pcl::PPFRGBRegionEstimation< PointInT, PointNT, PointOutT >::PPFRGBRegionEstimation | ( | ) |
Definition at line 114 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 122 of file ppfrgb.hpp.