|
Point Cloud Library (PCL) 1.15.1
|
A point structure representing the generic Signature of Histograms of OrienTations (SHOT) - shape only. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | SHOT352 ()=default |
Static Public Member Functions | |
| static constexpr int | descriptorSize () |
Public Attributes | |
| float | descriptor [352] = {0.f} |
| float | rf [9] = {0.f} |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SHOT352 &p) |
A point structure representing the generic Signature of Histograms of OrienTations (SHOT) - shape only.
Definition at line 1320 of file point_types.hpp.
|
inlineconstexprdefault |
Referenced by operator<<.
|
inlinestaticconstexpr |
Definition at line 1324 of file point_types.hpp.
References pcl::detail::traits::descriptorSize_v.
| float pcl::SHOT352::descriptor[352] = {0.f} |
Definition at line 1322 of file point_types.hpp.
Referenced by pcl::DefaultPointRepresentation< SHOT352 >::copyToFloatArray().
| float pcl::SHOT352::rf[9] = {0.f} |
Definition at line 1323 of file point_types.hpp.