A point structure for storing the Point Pair Color Feature (PPFRGB) values. More...
#include <pcl/impl/point_types.hpp>
|
|
PPFRGBSignature (float _alpha=0.f) |
|
|
PPFRGBSignature (float _f1, float _f2, float _f3, float _f4, float _alpha=0.f) |
|
|
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 1430 of file point_types.hpp.
PPFRGBSignature() [1/3]
pcl::PPFRGBSignature::PPFRGBSignature | ( | float |
_alpha = 0.f
|
) | | | inline |
PPFRGBSignature() [2/3]
pcl::PPFRGBSignature::PPFRGBSignature | ( | float |
_f1, | | | float |
_f2, | | | float |
_f3, | | | float |
_f4, | | | float |
_alpha = 0.f | | ) | |
| | inline |
PPFRGBSignature() [3/3]
pcl::PPFRGBSignature::PPFRGBSignature | ( | float |
_f1, | | | float |
_f2, | | | float |
_f3, | | | float |
_f4, | | | float |
_alpha, | | | float |
_r, | | | float |
_g, | | | float |
_b | | ) | |
| | inline |
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: