|
Point Cloud Library (PCL)
1.11.1-dev
|
41 #include <pcl/features/feature.h>
58 using Ptr = shared_ptr<NarfDescriptor>;
59 using ConstPtr = shared_ptr<const NarfDescriptor>;
66 Parameters() : support_size(-1.0f), rotation_invariant(true) {}
PointCloud represents the base class in PCL for storing collections of 3D points.
Parameters & getParameters()
Get a reference to the parameters struct.
RangeImage is derived from pcl/PointCloud and provides functionalities with focus on situations where...
shared_ptr< NarfDescriptor > Ptr
Computes NARF feature descriptors for points in a range image See B.
IndicesAllocator<> Indices
Type used for indices in PCL.
const RangeImage * range_image_
shared_ptr< const NarfDescriptor > ConstPtr
Feature represents the base feature class.