Classes | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
pcl::NarfDescriptor Class Reference

#include <narf_descriptor.h>

Inheritance diagram for pcl::NarfDescriptor:
Inheritance graph
[legend]

List of all members.

Classes

struct  Parameters

Public Types

typedef Feature
< PointWithRange, Narf36
BaseClass
typedef boost::shared_ptr
< const NarfDescriptor
ConstPtr
typedef boost::shared_ptr
< NarfDescriptor
Ptr

Public Member Functions

void compute (PointCloudOut &output)
 Overwrite the compute function of the base class.
ParametersgetParameters ()
 Get a reference to the parameters struct.
 NarfDescriptor (const RangeImage *range_image=NULL, const std::vector< int > *indices=NULL)
void setRangeImage (const RangeImage *range_image, const std::vector< int > *indices=NULL)
 Set input data.
virtual ~NarfDescriptor ()

Protected Member Functions

virtual void computeFeature (PointCloudOut &output)

Protected Attributes

Parameters parameters_
const RangeImagerange_image_

Detailed Description

Computes NARF feature descriptors for points in a range image See B. Steder, R. B. Rusu, K. Konolige, and W. Burgard Point Feature Extraction on 3D Range Scans Taking into Account Object Boundaries In Proc. of the IEEE Int. Conf. on Robotics &Automation (ICRA). 2011.

Author:
Bastian Steder

Definition at line 59 of file narf_descriptor.h.


Member Typedef Documentation

Reimplemented from pcl::Feature< PointWithRange, Narf36 >.

Definition at line 65 of file narf_descriptor.h.

typedef boost::shared_ptr<const NarfDescriptor> pcl::NarfDescriptor::ConstPtr

Reimplemented from pcl::Feature< PointWithRange, Narf36 >.

Definition at line 63 of file narf_descriptor.h.

typedef boost::shared_ptr<NarfDescriptor> pcl::NarfDescriptor::Ptr

Reimplemented from pcl::Feature< PointWithRange, Narf36 >.

Definition at line 62 of file narf_descriptor.h.


Constructor & Destructor Documentation

pcl::NarfDescriptor::NarfDescriptor ( const RangeImage range_image = NULL,
const std::vector< int > *  indices = NULL 
)

Constructor

Definition at line 609 of file narf.cpp.

Destructor

Definition at line 616 of file narf.cpp.


Member Function Documentation

Overwrite the compute function of the base class.

Reimplemented from pcl::Feature< PointWithRange, Narf36 >.

Definition at line 694 of file narf.cpp.

void pcl::NarfDescriptor::computeFeature ( NarfDescriptor::PointCloudOut output) [protected, virtual]

Implementation of abstract derived function

Implements pcl::Feature< PointWithRange, Narf36 >.

Definition at line 634 of file narf.cpp.

Get a reference to the parameters struct.

Definition at line 93 of file narf_descriptor.h.

void pcl::NarfDescriptor::setRangeImage ( const RangeImage range_image,
const std::vector< int > *  indices = NULL 
)

Set input data.

Definition at line 622 of file narf.cpp.


Member Data Documentation

Definition at line 98 of file narf_descriptor.h.

Definition at line 97 of file narf_descriptor.h.


The documentation for this class was generated from the following files:


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:42:25