Public Types | 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 Types

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

Public Member Functions

 SHOTLocalReferenceFrameEstimation ()
 Constructor.
virtual ~SHOTLocalReferenceFrameEstimation ()
 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.
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 66 of file shot_lrf.h.


Member Typedef Documentation

template<typename PointInT, typename PointOutT = ReferenceFrame>
typedef boost::shared_ptr<const SHOTLocalReferenceFrameEstimation<PointInT, PointOutT> > pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >::ConstPtr
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]
template<typename PointInT, typename PointOutT = ReferenceFrame>
typedef boost::shared_ptr<SHOTLocalReferenceFrameEstimation<PointInT, PointOutT> > pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >::Ptr

Constructor & Destructor Documentation

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

Constructor.

Definition at line 72 of file shot_lrf.h.

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

Empty destructor.

Definition at line 78 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 169 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 49 of file shot_lrf.hpp.


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