Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/recognition/ransac_based/hypothesis.h>
Public Member Functions | |
HypothesisBase (const ModelLibrary::Model *obj_model) | |
HypothesisBase (const ModelLibrary::Model *obj_model, const float *rigid_transform) | |
virtual | ~HypothesisBase ()=default |
void | setModel (const ModelLibrary::Model *model) |
Public Attributes | |
float | rigid_transform_ [12] {} |
const ModelLibrary::Model * | obj_model_ {nullptr} |
Definition at line 55 of file hypothesis.h.
|
inline |
Definition at line 58 of file hypothesis.h.
|
inline |
Definition at line 62 of file hypothesis.h.
References rigid_transform_.
|
virtualdefault |
|
inline |
Definition at line 71 of file hypothesis.h.
References obj_model_.
const ModelLibrary::Model* pcl::recognition::HypothesisBase::obj_model_ {nullptr} |
Definition at line 78 of file hypothesis.h.
Referenced by pcl::recognition::Hypothesis::computeBounds(), pcl::recognition::Hypothesis::computeCenterOfMass(), pcl::recognition::Hypothesis::operator=(), and setModel().
float pcl::recognition::HypothesisBase::rigid_transform_[12] {} |
Definition at line 77 of file hypothesis.h.
Referenced by pcl::recognition::Hypothesis::computeBounds(), pcl::recognition::Hypothesis::computeCenterOfMass(), HypothesisBase(), and pcl::recognition::Hypothesis::operator=().