Point Cloud Library (PCL)
1.11.0
|
A point structure representing the Fast Point Feature Histogram (FPFH). More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
FPFHSignature33 ()=default | |
Static Public Member Functions | |
static 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 1484 of file point_types.hpp.
|
inlinedefault |
|
inlinestatic |
Definition at line 1487 of file point_types.hpp.
|
friend |
float pcl::FPFHSignature33::histogram[33] = {0.f} |
Definition at line 1486 of file point_types.hpp.
Referenced by pcl::UnaryClassifier< PointT >::kmeansClustering().