|
Point Cloud Library (PCL)
1.6.0
|
Calculates a transformation based on corresponding 3D points. More...
#include <pcl/common/transformation_from_correspondences.h>
Public Member Functions | |
| TransformationFromCorrespondences () | |
| Constructor - dimension gives the size of the vectors to work with. More... | |
| ~TransformationFromCorrespondences () | |
| Destructor. More... | |
| void | reset () |
| Reset the object to work with a new data set. More... | |
| float | getAccumulatedWeight () const |
| Get the summed up weight of all added vectors. More... | |
| unsigned int | getNoOfSamples () |
| Get the number of added vectors. More... | |
| void | add (const Eigen::Vector3f &point, const Eigen::Vector3f &corresponding_point, float weight=1.0) |
| Add a new sample. More... | |
| Eigen::Affine3f | getTransformation () |
| Calculate the transformation that will best transform the points into their correspondences. More... | |
Calculates a transformation based on corresponding 3D points.
Definition at line 49 of file transformation_from_correspondences.h.
|
inline |
Constructor - dimension gives the size of the vectors to work with.
Definition at line 54 of file transformation_from_correspondences.h.
|
inline |
Destructor.
Definition at line 62 of file transformation_from_correspondences.h.
|
inline |
Add a new sample.
Definition at line 53 of file transformation_from_correspondences.hpp.
|
inline |
Get the summed up weight of all added vectors.
Definition at line 71 of file transformation_from_correspondences.h.
|
inline |
Get the number of added vectors.
Definition at line 75 of file transformation_from_correspondences.h.
|
inline |
Calculate the transformation that will best transform the points into their correspondences.
Definition at line 72 of file transformation_from_correspondences.hpp.
|
inline |
Reset the object to work with a new data set.
Definition at line 42 of file transformation_from_correspondences.hpp.
1.8.4