Public Types | Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes
pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT > Class Template Reference

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

#include <shot_lrf_omp.h>

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

List of all members.

Public Types

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

Public Member Functions

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

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.

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) [protected, virtual]

Feature estimation method.

Parameters:
[out]outputthe resultant features

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

Definition at line 49 of file shot_lrf_omp.hpp.

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_threadsthe number of hardware threads to use (0 sets the value back to automatic)

Definition at line 85 of file shot_lrf_omp.h.


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.


The documentation for this class was generated from the following files:


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:43:35