40 #include <pcl/point_types.h>
41 #include <pcl/features/feature.h>
58 using Ptr = shared_ptr<NarfDescriptor>;
59 using ConstPtr = shared_ptr<const NarfDescriptor>;
67 float support_size{-1.0f};
68 bool rotation_invariant{
true};
84 compute (PointCloudOut& output);
Computes NARF feature descriptors for points in a range image See B.
RangeImage is derived from pcl/PointCloud and provides functionalities with focus on situations where...
Parameters & getParameters()
Get a reference to the parameters struct.
shared_ptr< NarfDescriptor > Ptr
IndicesAllocator<> Indices
Type used for indices in PCL.
PointCloud represents the base class in PCL for storing collections of 3D points. ...
Feature represents the base feature class.
shared_ptr< const NarfDescriptor > ConstPtr