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>
74 using Ptr = shared_ptr<PPFRGBRegionEstimation<PointInT, PointNT, PointOutT> >;
75 using ConstPtr = shared_ptr<const PPFRGBRegionEstimation<PointInT, PointNT, PointOutT> >;
94 #ifdef PCL_NO_PRECOMPILE
95 #include <pcl/features/impl/ppfrgb.hpp>
Feature represents the base feature class.
shared_ptr< Feature< PointInT, PointOutT > > Ptr
shared_ptr< const Feature< PointInT, PointOutT > > ConstPtr
PPFRGBEstimation()
Empty Constructor.