pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT > Class Template Reference

FPFHEstimationOMP estimates the Fast Point Feature Histogram (FPFH) descriptor for a given point cloud dataset containing points and normals, in parallel, using the OpenMP standard. More...

#include <fpfh_omp.h>

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

List of all members.

Public Types

typedef Feature< PointInT,
PointOutT >::PointCloudOut 
PointCloudOut

Public Member Functions

 FPFHEstimationOMP (int nr_threads)
 Initialize the scheduler and set the number of threads to use.
 FPFHEstimationOMP ()
 Empty constructor.
void setNumberOfThreads (int nr_threads)
 Initialize the scheduler and set the number of threads to use.

Public Attributes

int nr_bins_f1_
 The number of subdivisions for each angular feature interval.
int nr_bins_f2_
int nr_bins_f3_

Private Member Functions

void computeFeature (PointCloudOut &output)
 Estimate the Fast Point Feature Histograms (FPFH) descriptors at a set of points given by <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod ().

Private Attributes

int threads_
 The number of threads the scheduler should use.

Detailed Description

template<typename PointInT, typename PointNT, typename PointOutT>
class pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT >

FPFHEstimationOMP estimates the Fast Point Feature Histogram (FPFH) descriptor for a given point cloud dataset containing points and normals, in parallel, using the OpenMP standard.

Note:
If you use this code in any academic work, please cite:
Author:
Radu Bogdan Rusu

Definition at line 65 of file fpfh_omp.h.


Member Typedef Documentation

template<typename PointInT, typename PointNT, typename PointOutT>
typedef Feature<PointInT, PointOutT>::PointCloudOut pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT >::PointCloudOut

Reimplemented from pcl::FPFHEstimation< PointInT, PointNT, PointOutT >.

Definition at line 57 of file fpfh_omp.h.


Constructor & Destructor Documentation

template<typename PointInT, typename PointNT, typename PointOutT>
pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT >::FPFHEstimationOMP (  )  [inline]

Empty constructor.

Definition at line 60 of file fpfh_omp.h.

template<typename PointInT, typename PointNT, typename PointOutT>
pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT >::FPFHEstimationOMP ( int  nr_threads  )  [inline]

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

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

Definition at line 68 of file fpfh_omp.h.


Member Function Documentation

template<typename PointInT , typename PointNT , typename PointOutT >
void pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT >::computeFeature ( PointCloudOut output  )  [inline, private, virtual]

Estimate the Fast Point Feature Histograms (FPFH) descriptors at a set of points given by <setInputCloud (), setIndices ()> using the surface in setSearchSurface () and the spatial locator in setSearchMethod ().

Parameters:
output the resultant point cloud model dataset that contains the FPFH feature estimates

Reimplemented from pcl::FPFHEstimation< PointInT, PointNT, PointOutT >.

Definition at line 45 of file fpfh_omp.hpp.

template<typename PointInT, typename PointNT, typename PointOutT>
void pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT >::setNumberOfThreads ( int  nr_threads  )  [inline]

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

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

Definition at line 76 of file fpfh_omp.h.


Member Data Documentation

template<typename PointInT, typename PointNT, typename PointOutT>
int pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT >::nr_bins_f1_

The number of subdivisions for each angular feature interval.

Reimplemented from pcl::FPFHEstimation< PointInT, PointNT, PointOutT >.

Definition at line 89 of file fpfh_omp.h.

template<typename PointInT, typename PointNT, typename PointOutT>
int pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT >::nr_bins_f2_

Reimplemented from pcl::FPFHEstimation< PointInT, PointNT, PointOutT >.

Definition at line 89 of file fpfh_omp.h.

template<typename PointInT, typename PointNT, typename PointOutT>
int pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT >::nr_bins_f3_

Reimplemented from pcl::FPFHEstimation< PointInT, PointNT, PointOutT >.

Definition at line 89 of file fpfh_omp.h.

template<typename PointInT, typename PointNT, typename PointOutT>
int pcl::FPFHEstimationOMP< PointInT, PointNT, PointOutT >::threads_ [private]

The number of threads the scheduler should use.

Definition at line 92 of file fpfh_omp.h.


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


pcl
Author(s): See http://pcl.ros.org/authors for the complete list of authors.
autogenerated on Fri Jan 11 09:57:18 2013