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 Member Functions

void setNumberOfThreads (unsigned int nr_threads)
 Initialize the scheduler and set the number of threads to use.
 SHOTLocalReferenceFrameEstimationOMP ()
 Constructor.

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.
virtual void computeFeatureEigen (pcl::PointCloud< Eigen::MatrixXf > &output)
 Feature estimation method.

Protected Attributes

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 66 of file shot_lrf_omp.h.


Member Typedef Documentation

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.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 70 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 46 of file shot_lrf_omp.hpp.

template<typename PointInT , typename PointOutT >
void pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::computeFeatureEigen ( pcl::PointCloud< Eigen::MatrixXf > &  output) [protected, virtual]

Feature estimation method.

Parameters:
[out]outputthe resultant features

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

Definition at line 89 of file shot_lrf_omp.hpp.

template<typename PointInT , typename PointOutT = ReferenceFrame>
void pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::setNumberOfThreads ( unsigned int  nr_threads) [inline]

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

Parameters:
nr_threadsthe number of hardware threads to use (-1 sets the value back to automatic)

Definition at line 80 of file shot_lrf_omp.h.


Member Data Documentation

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

The number of threads the scheduler should use.

Definition at line 113 of file shot_lrf_omp.h.


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


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:20:11