40#include <pcl/features/feature.h>
44 template <
typename Po
intInT,
typename Po
intNT,
typename Po
intOutT>
70 template <
typename Po
intInT,
typename Po
intNT,
typename Po
intOutT>
94#ifdef PCL_NO_PRECOMPILE
95#include <pcl/features/impl/ppfrgb.hpp>
Iterator class for point clouds with or without given indices.
PointCloudNConstPtr normals_
A pointer to the input dataset that contains the point normals of the XYZ dataset.
Feature represents the base feature class.
const std::string & getClassName() const
Get a string representation of the name of this class.
double search_radius_
The nearest neighbors search radius for each point.
std::string feature_name_
The feature name.
KdTreePtr tree_
A pointer to the spatial search object.
PointCloudConstPtr input_
The input point cloud dataset.
IndicesPtr indices_
A pointer to the vector of point indices to use.
PPFRGBEstimation()
Empty Constructor.