Point Cloud Library (PCL)
1.11.0
|
A point structure representing the GFPFH descriptor with 16 bins. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
GFPFHSignature16 ()=default | |
Static Public Member Functions | |
static int | descriptorSize () |
Public Attributes | |
float | histogram [16] = {0.f} |
Friends | |
std::ostream & | operator<< (std::ostream &os, const GFPFHSignature16 &p) |
A point structure representing the GFPFH descriptor with 16 bins.
Definition at line 1600 of file point_types.hpp.
|
inlinedefault |
|
inlinestatic |
Definition at line 1603 of file point_types.hpp.
|
friend |
float pcl::GFPFHSignature16::histogram[16] = {0.f} |
Definition at line 1602 of file point_types.hpp.