A point structure for storing the Point Pair Color Feature (PPFRGB) values.
More...
#include <pcl/impl/point_types.hpp>
|
constexpr | PPFRGBSignature (float _alpha=0.f) |
|
constexpr | PPFRGBSignature (float _f1, float _f2, float _f3, float _f4, float _alpha=0.f) |
|
constexpr | PPFRGBSignature (float _f1, float _f2, float _f3, float _f4, float _alpha, float _r, float _g, float _b) |
|
A point structure for storing the Point Pair Color Feature (PPFRGB) values.
Definition at line 1255 of file point_types.hpp.
◆ PPFRGBSignature() [1/3]
constexpr pcl::PPFRGBSignature::PPFRGBSignature |
( |
float |
_alpha = 0.f | ) |
|
|
inlineconstexpr |
◆ PPFRGBSignature() [2/3]
constexpr pcl::PPFRGBSignature::PPFRGBSignature |
( |
float |
_f1, |
|
|
float |
_f2, |
|
|
float |
_f3, |
|
|
float |
_f4, |
|
|
float |
_alpha = 0.f |
|
) |
| |
|
inlineconstexpr |
◆ PPFRGBSignature() [3/3]
constexpr pcl::PPFRGBSignature::PPFRGBSignature |
( |
float |
_f1, |
|
|
float |
_f2, |
|
|
float |
_f3, |
|
|
float |
_f4, |
|
|
float |
_alpha, |
|
|
float |
_r, |
|
|
float |
_g, |
|
|
float |
_b |
|
) |
| |
|
inlineconstexpr |
◆ operator<<
◆ alpha_m
float pcl::PPFRGBSignature::alpha_m = 0.f |
◆ b_ratio
float pcl::PPFRGBSignature::b_ratio = 0.f |
◆ f1
float pcl::PPFRGBSignature::f1 = 0.f |
◆ f2
float pcl::PPFRGBSignature::f2 = 0.f |
◆ f3
float pcl::PPFRGBSignature::f3 = 0.f |
◆ f4
float pcl::PPFRGBSignature::f4 = 0.f |
◆ g_ratio
float pcl::PPFRGBSignature::g_ratio = 0.f |
◆ r_ratio
float pcl::PPFRGBSignature::r_ratio = 0.f |
The documentation for this struct was generated from the following file: