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