Point Cloud Library (PCL)
1.11.0
|
Stores some information about the model. More...
#include <pcl/recognition/ransac_based/model_library.h>
Public Member Functions | |
Model (const PointCloudIn &points, const PointCloudN &normals, float voxel_size, const std::string &object_name, float frac_of_points_for_registration, void *user_data=nullptr) | |
virtual | ~Model () |
const std::string & | getObjectName () const |
const ORROctree & | getOctree () const |
void * | getUserData () const |
const float * | getOctreeCenterOfMass () const |
const float * | getBoundsOfOctreePoints () const |
const PointCloudIn & | getPointsForRegistration () const |
Protected Attributes | |
const std::string | obj_name_ |
ORROctree | octree_ |
float | octree_center_of_mass_ [3] |
float | bounds_of_octree_points_ [6] |
PointCloudIn | points_for_registration_ |
void * | user_data_ |
Stores some information about the model.
Definition at line 65 of file model_library.h.
|
inline |
Definition at line 68 of file model_library.h.
References pcl::recognition::aux::add3(), pcl::recognition::aux::copy3(), pcl::recognition::aux::expandBoundingBoxToContainPoint(), pcl::recognition::aux::mult3(), pcl::common::UniformGenerator< T >::run(), and pcl::common::UniformGenerator< T >::setParameters().
|
inlinevirtual |
Definition at line 124 of file model_library.h.
|
inline |
Definition at line 153 of file model_library.h.
Referenced by pcl::recognition::Hypothesis::computeBounds().
|
inline |
Definition at line 129 of file model_library.h.
|
inline |
Definition at line 135 of file model_library.h.
|
inline |
Definition at line 147 of file model_library.h.
Referenced by pcl::recognition::Hypothesis::computeCenterOfMass().
|
inline |
Definition at line 159 of file model_library.h.
|
inline |
Definition at line 141 of file model_library.h.
|
protected |
Definition at line 168 of file model_library.h.
|
protected |
Definition at line 165 of file model_library.h.
|
protected |
Definition at line 166 of file model_library.h.
|
protected |
Definition at line 167 of file model_library.h.
|
protected |
Definition at line 169 of file model_library.h.
|
protected |
Definition at line 170 of file model_library.h.