40 #ifndef PCL_SHOT_OMP_H_
41 #define PCL_SHOT_OMP_H_
43 #include <pcl/point_types.h>
44 #include <pcl/features/feature.h>
45 #include <pcl/features/shot.h>
69 template <
typename Po
intInT,
typename Po
intNT,
typename Po
intOutT = pcl::SHOT352,
typename Po
intRFT = pcl::ReferenceFrame>
73 typedef boost::shared_ptr<SHOTEstimationOMP<PointInT, PointNT, PointOutT, PointRFT> >
Ptr;
74 typedef boost::shared_ptr<const SHOTEstimationOMP<PointInT, PointNT, PointOutT, PointRFT> >
ConstPtr;
145 template <
typename Po
intInT,
typename Po
intNT,
typename Po
intOutT = pcl::SHOT1344,
typename Po
intRFT = pcl::ReferenceFrame>
149 typedef boost::shared_ptr<SHOTColorEstimationOMP<PointInT, PointNT, PointOutT, PointRFT> >
Ptr;
150 typedef boost::shared_ptr<const SHOTColorEstimationOMP<PointInT, PointNT, PointOutT, PointRFT> >
ConstPtr;
179 bool describe_color =
true,
180 unsigned int nr_threads = 0)
211 #ifdef PCL_NO_PRECOMPILE
212 #include <pcl/features/impl/shot_omp.hpp>
215 #endif //#ifndef PCL_SHOT_OMP_H_
SHOTColorEstimation estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a giv...
boost::shared_ptr< const SHOTEstimationOMP< PointInT, PointNT, PointOutT, PointRFT > > ConstPtr
unsigned int threads_
The number of threads the scheduler should use.
SHOTEstimation estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a given po...
void computeFeature(PointCloudOut &output)
Estimate the Signatures of Histograms of OrienTations (SHOT) descriptors at a set of points given by ...
PointCloud represents the base class in PCL for storing collections of 3D points. ...
Feature represents the base feature class.
SHOTEstimationOMP(unsigned int nr_threads=0)
Empty constructor.
SHOTColorEstimationOMP(bool describe_shape=true, bool describe_color=true, unsigned int nr_threads=0)
Empty constructor.
boost::shared_ptr< const SHOTColorEstimationOMP< PointInT, PointNT, PointOutT, PointRFT > > ConstPtr
bool initCompute()
This method should get called before starting the actual computation.
SHOTEstimation estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a given po...
Feature< PointInT, PointOutT >::PointCloudIn PointCloudIn
unsigned int threads_
The number of threads the scheduler should use.
bool initCompute()
This method should get called before starting the actual computation.
Feature< PointInT, PointOutT >::PointCloudOut PointCloudOut
void setNumberOfThreads(unsigned int nr_threads=0)
Initialize the scheduler and set the number of threads to use.
void setNumberOfThreads(unsigned int nr_threads=0)
Initialize the scheduler and set the number of threads to use.
Feature< PointInT, PointOutT >::PointCloudIn PointCloudIn
SHOTColorEstimationOMP estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a ...
Feature< PointInT, PointOutT >::PointCloudOut PointCloudOut
boost::shared_ptr< SHOTEstimationOMP< PointInT, PointNT, PointOutT, PointRFT > > Ptr
SHOTEstimationOMP estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a given...
FeatureWithLocalReferenceFrames provides a public interface for descriptor extractor classes which ne...
boost::shared_ptr< SHOTColorEstimationOMP< PointInT, PointNT, PointOutT, PointRFT > > Ptr
void computeFeature(PointCloudOut &output)
Estimate the Signatures of Histograms of OrienTations (SHOT) descriptors at a set of points given by ...