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

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

#include <shot_lrf.h>

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

List of all members.

Public Member Functions

 SHOTLocalReferenceFrameEstimation ()
 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.
float getLocalRF (const int &index, Eigen::Matrix3f &rf)
 Computes disambiguated local RF for a point index.

Detailed Description

template<typename PointInT, typename PointOutT = ReferenceFrame>
class pcl::SHOTLocalReferenceFrameEstimation< 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 65 of file shot_lrf.h.


Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Constructor.

Definition at line 69 of file shot_lrf.h.


Member Function Documentation

template<typename PointInT , typename PointOutT >
void pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >::computeFeature ( PointCloudOut output) [protected, virtual]

Feature estimation method.

Parameters:
[out]outputthe resultant features

Implements pcl::Feature< PointInT, PointOutT >.

Reimplemented in pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >.

Definition at line 164 of file shot_lrf.hpp.

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

Feature estimation method.

Parameters:
[out]outputthe resultant features

Implements pcl::Feature< PointInT, PointOutT >.

Reimplemented in pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >.

Definition at line 197 of file shot_lrf.hpp.

template<typename PointInT , typename PointOutT >
float pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >::getLocalRF ( const int &  index,
Eigen::Matrix3f &  rf 
) [protected]

Computes disambiguated local RF for a point index.

Parameters:
[in]cloudinput point cloud
[in]search_radiusthe neighborhood radius
[in]central_pointthe point from the input_ cloud at which the local RF is computed
[in]indicesthe neighbours indices
[in]diststhe squared distances to the neighbours
[out]rfreference frame to compute

Definition at line 46 of file shot_lrf.hpp.


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