|
Point Cloud Library (PCL) 1.15.0
|
DefaulFeatureRepresentation extends PointRepresentation and is intended to be used when defining the default behavior for feature descriptor types (i.e., copy each element of each field into a float array). More...
#include <pcl/point_representation.h>
Public Types | |
| using | Ptr = shared_ptr<DefaultFeatureRepresentation<PointDefault>> |
| using | ConstPtr = shared_ptr<const DefaultFeatureRepresentation<PointDefault>> |
| using | FieldList = typename pcl::traits::fieldList<PointDefault>::type |
| Public Types inherited from pcl::PointRepresentation< PointDefault > | |
| using | Ptr |
| using | ConstPtr |
Public Member Functions | |
| DefaultFeatureRepresentation () | |
| Ptr | makeShared () const |
| void | copyToFloatArray (const PointDefault &p, float *out) const override |
| Copy point data from input point to a float array. | |
| Public Member Functions inherited from pcl::PointRepresentation< PointDefault > | |
| virtual | ~PointRepresentation ()=default |
| Empty destructor. | |
| bool | isTrivial () const |
| Returns whether this point representation is trivial. | |
| virtual bool | isValid (const PointDefault &p) const |
| Verify that the input point is valid. | |
| void | vectorize (const PointDefault &p, OutputType &out) const |
| Convert input point into a vector representation, rescaling by alpha. | |
| void | setRescaleValues (const float *rescale_array) |
| Set the rescale values to use when vectorizing points. | |
| int | getNumberOfDimensions () const |
| Return the number of dimensions in the point's vector representation. | |
Additional Inherited Members | |
| Protected Attributes inherited from pcl::PointRepresentation< PointDefault > | |
| int | nr_dimensions_ |
| The number of dimensions in this point's vector (i.e. | |
| std::vector< float > | alpha_ |
| A vector containing the rescale factor to apply to each dimension. | |
| bool | trivial_ |
| Indicates whether this point representation is trivial. | |
DefaulFeatureRepresentation extends PointRepresentation and is intended to be used when defining the default behavior for feature descriptor types (i.e., copy each element of each field into a float array).
Definition at line 239 of file point_representation.h.
| using pcl::DefaultFeatureRepresentation< PointDefault >::ConstPtr = shared_ptr<const DefaultFeatureRepresentation<PointDefault>> |
Definition at line 312 of file point_representation.h.
| using pcl::DefaultFeatureRepresentation< PointDefault >::FieldList = typename pcl::traits::fieldList<PointDefault>::type |
Definition at line 313 of file point_representation.h.
| using pcl::DefaultFeatureRepresentation< PointDefault >::Ptr = shared_ptr<DefaultFeatureRepresentation<PointDefault>> |
Definition at line 311 of file point_representation.h.
|
inline |
Definition at line 315 of file point_representation.h.
References pcl::for_each_type(), and pcl::PointRepresentation< PointDefault >::nr_dimensions_.
Referenced by makeShared().
|
inlineoverridevirtual |
Copy point data from input point to a float array.
This method must be overridden in all subclasses.
| [in] | p | The input point |
| [out] | out | A pointer to a float array. |
Implements pcl::PointRepresentation< PointDefault >.
Reimplemented in pcl::DefaultPointRepresentation< FPFHSignature33 >, pcl::DefaultPointRepresentation< GASDSignature512 >, pcl::DefaultPointRepresentation< GASDSignature7992 >, pcl::DefaultPointRepresentation< GASDSignature984 >, pcl::DefaultPointRepresentation< NormalBasedSignature12 >, pcl::DefaultPointRepresentation< PFHRGBSignature250 >, pcl::DefaultPointRepresentation< PFHSignature125 >, pcl::DefaultPointRepresentation< PPFSignature >, and pcl::DefaultPointRepresentation< VFHSignature308 >.
Definition at line 328 of file point_representation.h.
References pcl::for_each_type().
|
inline |
Definition at line 322 of file point_representation.h.
References DefaultFeatureRepresentation().