Spec-Zone.ru › PointCloudLibrary

#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]

pcl::recognition::RotationSpaceCell::Entry::Entry ( )
inline

Определение в строке 64 файла rigid_transform_space.h.

Ссылки на axis_angle_, pcl::recognition::aux::set3() и translation_.

Entry() [2/2]

pcl::recognition::RotationSpaceCell::Entry::Entry ( const Entry & src )
inline

Определение в строке 71 файла rigid_transform_space.h.

Ссылки на axis_angle_, pcl::recognition::aux::copy3() и translation_.

Документация по функциям-членам

addRigidTransform()

const Entry& pcl::recognition::RotationSpaceCell::Entry::addRigidTransform ( const float axis_angle[3],
const float translation[3]
)
inline

Определение в строке 88 файла rigid_transform_space.h.

Ссылки на pcl::recognition::aux::add3(), axis_angle_, num_transforms_ и translation_.

ВычислениеСреднегоRigidTransform()

void pcl::recognition::RotationSpaceCell::Entry::computeAverageRigidTransform ( float * rigid_transform = nullptr )
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()

const float* pcl::recognition::RotationSpaceCell::Entry::getAxisAngle ( ) const
inline

Определение в строке 118 файла rigid_transform_space.h.

Ссылки на axis_angle_.

getNumberOfTransforms()

int pcl::recognition::RotationSpaceCell::Entry::getNumberOfTransforms ( ) const
inline

Определение в строке 130 файла rigid_transform_space.h.

Ссылки на num_transforms_.

Используется в pcl::recognition::RotationSpace::getTransformWithMostVotes().

getTranslation()

const float* pcl::recognition::RotationSpaceCell::Entry::getTranslation ( ) const
inline

Определение в строке 124 файла rigid_transform_space.h.

Ссылки на translation_.

operator=()

const Entry& pcl::recognition::RotationSpaceCell::Entry::operator= ( const Entry & src )
inline

Определение в строке 78 файла rigid_transform_space.h.

Ссылки на axis_angle_, pcl::recognition::aux::copy3(), num_transforms_, и translation_.

Документация по данным члена

axis_angle_

float pcl::recognition::RotationSpaceCell::Entry::axis_angle_[3]
protected

Определение в строке 136 файла rigid_transform_space.h.

Используется в addRigidTransform(), computeAverageRigidTransform(), Entry(), getAxisAngle() и operator=().

num_transforms_

int pcl::recognition::RotationSpaceCell::Entry::num_transforms_
protected

Определение в строке 137 файла rigid_transform_space.h.

Используется в addRigidTransform(), computeAverageRigidTransform(), getNumberOfTransforms() и operator=().

translation_

float pcl::recognition::RotationSpaceCell::Entry::translation_[3]
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

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API