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