|
Point Cloud Library (PCL) 1.12.1
|
#include <pcl/recognition/ransac_based/rigid_transform_space.h>
Public Member Functions | |
| RigidTransformSpace () | |
| virtual | ~RigidTransformSpace () |
| void | build (const float *pos_bounds, float translation_cell_size, float rotation_cell_size) |
| void | clear () |
| std::list< RotationSpace * > & | getRotationSpaces () |
| const std::list< RotationSpace * > & | getRotationSpaces () const |
| int | getNumberOfOccupiedRotationSpaces () |
| bool | addRigidTransform (const ModelLibrary::Model *model, const float position[3], const float rigid_transform[12]) |
Protected Attributes | |
| RotationSpaceOctree | pos_octree_ |
| RotationSpaceCreator | rotation_space_creator_ |
Definition at line 340 of file rigid_transform_space.h.
|
inline |
Definition at line 343 of file rigid_transform_space.h.
|
inlinevirtual |
Definition at line 344 of file rigid_transform_space.h.
References clear().
|
inline |
Definition at line 382 of file rigid_transform_space.h.
References pcl::recognition::RotationSpace::addRigidTransform(), pcl::recognition::aux::mult3(), pos_octree_, and pcl::recognition::aux::rotationMatrixToAxisAngle().
|
inline |
Definition at line 347 of file rigid_transform_space.h.
References clear(), pos_octree_, and rotation_space_creator_.
|
inline |
Definition at line 357 of file rigid_transform_space.h.
References pos_octree_, and rotation_space_creator_.
Referenced by build(), and ~RigidTransformSpace().
|
inline |
Definition at line 376 of file rigid_transform_space.h.
References rotation_space_creator_.
|
inline |
Definition at line 364 of file rigid_transform_space.h.
References rotation_space_creator_.
|
inline |
Definition at line 370 of file rigid_transform_space.h.
References rotation_space_creator_.
|
protected |
Definition at line 407 of file rigid_transform_space.h.
Referenced by addRigidTransform(), build(), and clear().
|
protected |
Definition at line 408 of file rigid_transform_space.h.
Referenced by build(), clear(), getNumberOfOccupiedRotationSpaces(), getRotationSpaces(), and getRotationSpaces().