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