#include <pcl/recognition/ransac_based/rigid_transform_space.h>
Общедоступные методы | |
| 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 |
Защищенные атрибуты | |
| float | axis_angle_ [3] |
| float | translation_ [3] |
| int | num_transforms_ |
Подробное описание
Определение в строке 61 файла rigid_transform_space.h.
Документация конструктора и деструктора
Entry() [1/2]
| inline |
Определение в строке 64 файла rigid_transform_space.h.
Ссылки на axis_angle_, pcl::recognition::aux::set3() и translation_.
Entry() [2/2]
| inline |
Определение в строке 71 файла rigid_transform_space.h.
Ссылки на axis_angle_, pcl::recognition::aux::copy3() и translation_.
Документация по функциям-членам
addRigidTransform()
| inline |
Определение в строке 88 файла rigid_transform_space.h.
Ссылки на pcl::recognition::aux::add3(), axis_angle_, num_transforms_ и translation_.
ВычислениеСреднегоRigidTransform()
| inline |
Определение в строке 98 файла rigid_transform_space.h.
Ссылки на axis_angle_, pcl::recognition::aux::axisAngleToRotationMatrix(), pcl::recognition::aux::copy3(), pcl::recognition::aux::mult3(), num_transforms_ и translation_.
Используется в pcl::recognition::RotationSpace::getTransformWithMostVotes().
getAxisAngle()
| inline |
Определение в строке 118 файла rigid_transform_space.h.
Ссылки на axis_angle_.
getNumberOfTransforms()
| inline |
Определение в строке 130 файла rigid_transform_space.h.
Ссылки на num_transforms_.
Используется в pcl::recognition::RotationSpace::getTransformWithMostVotes().
getTranslation()
| inline |
Определение в строке 124 файла rigid_transform_space.h.
Ссылки на translation_.
operator=()
Определение в строке 78 файла rigid_transform_space.h.
Ссылки на axis_angle_, pcl::recognition::aux::copy3(), num_transforms_, и translation_.
Документация по данным члена
axis_angle_
| protected |
Определение в строке 136 файла rigid_transform_space.h.
Используется в addRigidTransform(), computeAverageRigidTransform(), Entry(), getAxisAngle() и operator=().
num_transforms_
| protected |
Определение в строке 137 файла rigid_transform_space.h.
Используется в addRigidTransform(), computeAverageRigidTransform(), getNumberOfTransforms() и operator=().
translation_
| protected |
Определение в строке 136 файла rigid_transform_space.h.
Используется в addRigidTransform(), computeAverageRigidTransform(), Entry(), getTranslation() и operator=().
The documentation for this class was generated from the following file:
- pcl/recognition/ransac_based/rigid_transform_space.h
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1recognition_1_1_rotation_space_cell_1_1_entry.html