pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT > Class Template Reference
[Module features]

SHOTLocalReferenceFrameEstimation estimates the Local Reference Frame used in the calculation of the (SHOT) descriptor. More...

#include <pcl/features/shot_lrf_omp.h>

Inheritance diagram for pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >:
Inheritance graph
[legend]
Collaboration diagram for pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef boost::shared_ptr
< SHOTLocalReferenceFrameEstimationOMP
< PointInT, PointOutT > > 
Ptr
typedef boost::shared_ptr
< const
SHOTLocalReferenceFrameEstimationOMP
< PointInT, PointOutT > > 
ConstPtr

Public Member Functions

 SHOTLocalReferenceFrameEstimationOMP ()
 Constructor.
virtual ~SHOTLocalReferenceFrameEstimationOMP ()
 Empty destructor.
void setNumberOfThreads (unsigned int nr_threads=0)
 Initialize the scheduler and set the number of threads to use.

Protected Types

typedef Feature< PointInT,
PointOutT >::PointCloudIn 
PointCloudIn
typedef Feature< PointInT,
PointOutT >::PointCloudOut 
PointCloudOut

Protected Member Functions

virtual void computeFeature (PointCloudOut &output)
 Feature estimation method.

Protected Attributes

unsigned int threads_
 The number of threads the scheduler should use.

Detailed Description

template<typename PointInT, typename PointOutT = ReferenceFrame>
class pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >

SHOTLocalReferenceFrameEstimation estimates the Local Reference Frame used in the calculation of the (SHOT) descriptor.

Note:
If you use this code in any academic work, please cite:
Author:
Samuele Salti, Federico Tombari

Definition at line 67 of file shot_lrf_omp.h.


Member Typedef Documentation

template<typename PointInT , typename PointOutT = ReferenceFrame>
typedef boost::shared_ptr<const SHOTLocalReferenceFrameEstimationOMP<PointInT, PointOutT> > pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::ConstPtr

Reimplemented from pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >.

Definition at line 71 of file shot_lrf_omp.h.

template<typename PointInT , typename PointOutT = ReferenceFrame>
typedef Feature<PointInT, PointOutT>::PointCloudIn pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::PointCloudIn [protected]

Reimplemented from pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >.

Definition at line 97 of file shot_lrf_omp.h.

template<typename PointInT , typename PointOutT = ReferenceFrame>
typedef Feature<PointInT, PointOutT>::PointCloudOut pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::PointCloudOut [protected]

Reimplemented from pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >.

Definition at line 98 of file shot_lrf_omp.h.

template<typename PointInT , typename PointOutT = ReferenceFrame>
typedef boost::shared_ptr<SHOTLocalReferenceFrameEstimationOMP<PointInT, PointOutT> > pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::Ptr

Reimplemented from pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >.

Definition at line 70 of file shot_lrf_omp.h.


Constructor & Destructor Documentation

template<typename PointInT , typename PointOutT = ReferenceFrame>
pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::SHOTLocalReferenceFrameEstimationOMP (  )  [inline]

Constructor.

Definition at line 73 of file shot_lrf_omp.h.

References pcl::Feature< PointInT, PointOutT >::feature_name_.

template<typename PointInT , typename PointOutT = ReferenceFrame>
virtual pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::~SHOTLocalReferenceFrameEstimationOMP (  )  [inline, virtual]

Empty destructor.

Definition at line 79 of file shot_lrf_omp.h.


Member Function Documentation

template<typename PointInT , typename PointOutT >
void pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::computeFeature ( PointCloudOut output  )  [inline, protected, virtual]
template<typename PointInT , typename PointOutT = ReferenceFrame>
void pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::setNumberOfThreads ( unsigned int  nr_threads = 0  )  [inline]

Initialize the scheduler and set the number of threads to use.

Parameters:
nr_threads the number of hardware threads to use (0 sets the value back to automatic)

Definition at line 85 of file shot_lrf_omp.h.

References pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::threads_.


Member Data Documentation

template<typename PointInT , typename PointOutT = ReferenceFrame>
unsigned int pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::threads_ [protected]

The number of threads the scheduler should use.

Definition at line 107 of file shot_lrf_omp.h.

Referenced by pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::setNumberOfThreads().


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends