A point structure representing the three moment invariants.
More...
#include <pcl/impl/point_types.hpp>
|
float | j1 = 0.f |
|
float | j2 = 0.f |
|
float | j3 = 0.f |
|
A point structure representing the three moment invariants.
Definition at line 1137 of file point_types.hpp.
constexpr pcl::MomentInvariants::MomentInvariants |
( |
| ) |
|
|
inlinedefault |
constexpr pcl::MomentInvariants::MomentInvariants |
( |
float |
_j1, |
|
|
float |
_j2, |
|
|
float |
_j3 |
|
) |
| |
|
inline |
float pcl::MomentInvariants::j1 = 0.f |
float pcl::MomentInvariants::j2 = 0.f |
float pcl::MomentInvariants::j3 = 0.f |
The documentation for this struct was generated from the following file: