SHOTLocalReferenceFrameEstimation estimates the Local Reference Frame used in the calculation of the (SHOT) descriptor. More...
#include <shot_lrf_omp.h>
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. |
SHOTLocalReferenceFrameEstimation estimates the Local Reference Frame used in the calculation of the (SHOT) descriptor.
Definition at line 66 of file shot_lrf_omp.h.
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.
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.
pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::SHOTLocalReferenceFrameEstimationOMP | ( | ) | [inline] |
Constructor.
Definition at line 70 of file shot_lrf_omp.h.
void pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::computeFeature | ( | PointCloudOut & | output | ) | [protected, virtual] |
Feature estimation method.
[out] | output | the resultant features |
Reimplemented from pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >.
Definition at line 46 of file shot_lrf_omp.hpp.
void pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::computeFeatureEigen | ( | pcl::PointCloud< Eigen::MatrixXf > & | output | ) | [protected, virtual] |
Feature estimation method.
[out] | output | the resultant features |
Reimplemented from pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >.
Definition at line 89 of file shot_lrf_omp.hpp.
void pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::setNumberOfThreads | ( | unsigned int | nr_threads | ) | [inline] |
Initialize the scheduler and set the number of threads to use.
nr_threads | the number of hardware threads to use (-1 sets the value back to automatic) |
Definition at line 80 of file shot_lrf_omp.h.
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.