pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT > Class Template Reference
[Module features]

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

#include <pcl/features/shot_lrf.h>

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

List of all members.

Public Types

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

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

float getLocalRF (const int &index, Eigen::Matrix3f &rf)
 Computes disambiguated local RF for a point index.
virtual void computeFeature (PointCloudOut &output)
 Feature estimation method.

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.

References pcl::Feature< PointInT, PointOutT >::feature_name_.

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  )  [inline, protected, virtual]
template<typename PointInT , typename PointOutT >
float pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >::getLocalRF ( const int &  index,
Eigen::Matrix3f &  rf 
) [inline, protected]

Computes disambiguated local RF for a point index.

Parameters:
[in] cloud input point cloud
[in] search_radius the neighborhood radius
[in] central_point the point from the input_ cloud at which the local RF is computed
[in] indices the neighbours indices
[in] dists the squared distances to the neighbours
[out] rf reference frame to compute

Definition at line 49 of file shot_lrf.hpp.

References pcl::Feature< PointInT, PointOutT >::search_parameter_, pcl::Feature< PointInT, PointOutT >::searchForNeighbors(), and pcl::Feature< PointInT, PointOutT >::surface_.

Referenced by pcl::SHOTLocalReferenceFrameEstimationOMP< PointInT, PointOutT >::computeFeature(), and pcl::SHOTLocalReferenceFrameEstimation< PointInT, PointOutT >::computeFeature().


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