Point Cloud Library (PCL) 1.12.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 constexpr 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 1680 of file point_types.hpp.
|
inlinedefault |
Definition at line 1683 of file point_types.hpp.
|
friend |
float pcl::GFPFHSignature16::histogram[16] = {0.f} |
Definition at line 1682 of file point_types.hpp.