|
Point Cloud Library (PCL) 1.15.1
|
A point structure representing the Point Feature Histogram (PFH). More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | PFHSignature125 ()=default |
Static Public Member Functions | |
| static constexpr int | descriptorSize () |
Public Attributes | |
| float | histogram [125] = {0.f} |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const PFHSignature125 &p) |
A point structure representing the Point Feature Histogram (PFH).
Definition at line 1189 of file point_types.hpp.
|
inlineconstexprdefault |
Referenced by operator<<.
|
inlinestaticconstexpr |
Definition at line 1192 of file point_types.hpp.
References pcl::detail::traits::descriptorSize_v.
|
friend |
References PFHSignature125().
| float pcl::PFHSignature125::histogram[125] = {0.f} |
Definition at line 1191 of file point_types.hpp.