|
Point Cloud Library (PCL) 1.15.1
|
A point structure representing the Ensemble of Shape Functions (ESF). More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | ESFSignature640 ()=default |
Static Public Member Functions | |
| static constexpr int | descriptorSize () |
Public Attributes | |
| float | histogram [640] = {0.f} |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ESFSignature640 &p) |
A point structure representing the Ensemble of Shape Functions (ESF).
Definition at line 1466 of file point_types.hpp.
|
inlineconstexprdefault |
Referenced by operator<<.
|
inlinestaticconstexpr |
Definition at line 1469 of file point_types.hpp.
References pcl::detail::traits::descriptorSize_v.
|
friend |
References ESFSignature640().
| float pcl::ESFSignature640::histogram[640] = {0.f} |
Definition at line 1468 of file point_types.hpp.