43 #include <pcl/features/feature.h>
44 #include <pcl/features/fpfh.h>
73 template <
typename Po
intInT,
typename Po
intNT,
typename Po
intOutT>
77 using Ptr = shared_ptr<FPFHEstimationOMP<PointInT, PointNT, PointOutT> >;
78 using ConstPtr = shared_ptr<const FPFHEstimationOMP<PointInT, PointNT, PointOutT> >;
124 unsigned int threads_;
128 #ifdef PCL_NO_PRECOMPILE
129 #include <pcl/features/impl/fpfh_omp.hpp>
FPFHEstimation estimates the Fast Point Feature Histogram (FPFH) descriptor for a given point cloud d...
FPFHEstimationOMP estimates the Fast Point Feature Histogram (FPFH) descriptor for a given point clou...
int nr_bins_f1_
The number of subdivisions for each angular feature interval.
void setNumberOfThreads(unsigned int nr_threads=0)
Initialize the scheduler and set the number of threads to use.
typename Feature< PointInT, PointOutT >::PointCloudOut PointCloudOut
FPFHEstimationOMP(unsigned int nr_threads=0)
Initialize the scheduler and set the number of threads to use.
Feature represents the base feature class.
shared_ptr< Feature< PointInT, PointOutT > > Ptr
std::string feature_name_
The feature name.
shared_ptr< const Feature< PointInT, PointOutT > > ConstPtr