40 #ifndef PCL_SHOT_OMP_H_ 41 #define PCL_SHOT_OMP_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;
148 template <
typename Po
intInT,
typename Po
intNT,
typename Po
intOutT = pcl::SHOT1344,
typename Po
intRFT = pcl::ReferenceFrame>
152 typedef boost::shared_ptr<SHOTColorEstimationOMP<PointInT, PointNT, PointOutT, PointRFT> >
Ptr;
153 typedef boost::shared_ptr<const SHOTColorEstimationOMP<PointInT, PointNT, PointOutT, PointRFT> >
ConstPtr;
182 bool describe_color =
true,
183 unsigned int nr_threads = 0)
184 :
SHOTColorEstimation<PointInT, PointNT, PointOutT, PointRFT> (describe_shape, describe_color)
215 #ifdef PCL_NO_PRECOMPILE 216 #include <pcl/features/impl/shot_omp.hpp> 219 #endif //#ifndef PCL_SHOT_OMP_H_ boost::shared_ptr< const SHOTEstimationOMP< PointInT, PointNT, PointOutT, PointRFT > > ConstPtr
SHOTEstimationOMP(unsigned int nr_threads=0)
Empty constructor.
bool initCompute()
This method should get called before starting the actual computation.
boost::shared_ptr< SHOTEstimationOMP< PointInT, PointNT, PointOutT, PointRFT > > Ptr
boost::shared_ptr< const SHOTColorEstimationOMP< PointInT, PointNT, PointOutT, PointRFT > > ConstPtr
unsigned int threads_
The number of threads the scheduler should use.
SHOTColorEstimation estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a giv...
Feature< PointInT, PointOutT >::PointCloudOut PointCloudOut
This file defines compatibility wrappers for low level I/O functions.
Feature< PointInT, PointOutT >::PointCloudIn PointCloudIn
void setNumberOfThreads(unsigned int nr_threads=0)
Initialize the scheduler and set the number of threads to use.
void computeFeature(PointCloudOut &output)
Estimate the Signatures of Histograms of OrienTations (SHOT) descriptors at a set of points given by ...
SHOTEstimation estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a given po...
boost::shared_ptr< SHOTColorEstimationOMP< PointInT, PointNT, PointOutT, PointRFT > > Ptr
Defines all the PCL implemented PointT point type structures.
PointCloud represents the base class in PCL for storing collections of 3D points.
void computeFeature(PointCloudOut &output)
Estimate the Signatures of Histograms of OrienTations (SHOT) descriptors at a set of points given by ...
SHOTColorEstimationOMP(bool describe_shape=true, bool describe_color=true, unsigned int nr_threads=0)
Empty constructor.
SHOTEstimation estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a given po...
void setNumberOfThreads(unsigned int nr_threads=0)
Initialize the scheduler and set the number of threads to use.
Feature< PointInT, PointOutT >::PointCloudOut PointCloudOut
SHOTEstimationOMP estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a given...
Feature< PointInT, PointOutT >::PointCloudIn PointCloudIn
bool initCompute()
This method should get called before starting the actual computation.
Feature represents the base feature class.
unsigned int threads_
The number of threads the scheduler should use.
FeatureWithLocalReferenceFrames provides a public interface for descriptor extractor classes which ne...
SHOTColorEstimationOMP estimates the Signature of Histograms of OrienTations (SHOT) descriptor for a ...