Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/recognition/ransac_based/rigid_transform_space.h>
Public Member Functions | |
Entry () | |
Entry (const Entry &src) | |
const Entry & | operator= (const Entry &src) |
const Entry & | addRigidTransform (const float axis_angle[3], const float translation[3]) |
void | computeAverageRigidTransform (float *rigid_transform=nullptr) |
const float * | getAxisAngle () const |
const float * | getTranslation () const |
int | getNumberOfTransforms () const |
Protected Attributes | |
float | axis_angle_ [3] |
float | translation_ [3] |
int | num_transforms_ {0} |
Definition at line 61 of file rigid_transform_space.h.
|
inline |
Definition at line 64 of file rigid_transform_space.h.
References axis_angle_, pcl::recognition::aux::set3(), and translation_.
|
inline |
Definition at line 70 of file rigid_transform_space.h.
References axis_angle_, pcl::recognition::aux::copy3(), and translation_.
|
inline |
Definition at line 87 of file rigid_transform_space.h.
References pcl::recognition::aux::add3(), axis_angle_, num_transforms_, and translation_.
|
inline |
Definition at line 97 of file rigid_transform_space.h.
References axis_angle_, pcl::recognition::aux::axisAngleToRotationMatrix(), pcl::recognition::aux::copy3(), pcl::recognition::aux::mult3(), num_transforms_, and translation_.
Referenced by pcl::recognition::RotationSpace::getTransformWithMostVotes().
|
inline |
Definition at line 117 of file rigid_transform_space.h.
References axis_angle_.
|
inline |
Definition at line 129 of file rigid_transform_space.h.
References num_transforms_.
Referenced by pcl::recognition::RotationSpace::getTransformWithMostVotes().
|
inline |
Definition at line 123 of file rigid_transform_space.h.
References translation_.
Definition at line 77 of file rigid_transform_space.h.
References axis_angle_, pcl::recognition::aux::copy3(), num_transforms_, and translation_.
|
protected |
Definition at line 135 of file rigid_transform_space.h.
Referenced by addRigidTransform(), computeAverageRigidTransform(), Entry(), getAxisAngle(), and operator=().
|
protected |
Definition at line 136 of file rigid_transform_space.h.
Referenced by addRigidTransform(), computeAverageRigidTransform(), getNumberOfTransforms(), and operator=().
|
protected |
Definition at line 135 of file rigid_transform_space.h.
Referenced by addRigidTransform(), computeAverageRigidTransform(), Entry(), getTranslation(), and operator=().