|
Point Cloud Library (PCL) 1.15.1
|
A point structure representing the Binary Robust Invariant Scalable Keypoints (BRISK). More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| constexpr | BRISKSignature512 ()=default |
| constexpr | BRISKSignature512 (float _scale, float _orientation) |
Static Public Member Functions | |
| static constexpr int | descriptorSize () |
Public Attributes | |
| float | scale = 0.f |
| float | orientation = 0.f |
| unsigned char | descriptor [64] = {0} |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const BRISKSignature512 &p) |
A point structure representing the Binary Robust Invariant Scalable Keypoints (BRISK).
Definition at line 1448 of file point_types.hpp.
|
inlineconstexprdefault |
Referenced by operator<<.
|
inlineconstexpr |
Definition at line 1457 of file point_types.hpp.
References orientation, and scale.
|
inlinestaticconstexpr |
Definition at line 1453 of file point_types.hpp.
References pcl::detail::traits::descriptorSize_v.
|
friend |
References BRISKSignature512().
| unsigned char pcl::BRISKSignature512::descriptor[64] = {0} |
Definition at line 1452 of file point_types.hpp.
| float pcl::BRISKSignature512::orientation = 0.f |
Definition at line 1451 of file point_types.hpp.
Referenced by BRISKSignature512().
| float pcl::BRISKSignature512::scale = 0.f |
Definition at line 1450 of file point_types.hpp.
Referenced by BRISKSignature512().