|
Point Cloud Library (PCL)
1.7.2
|
A result of the pose estimation process. More...
#include <pcl/common/poses_from_matches.h>
Classes | |
| struct | IsBetter |
Public Member Functions | |
| PoseEstimate () | |
Public Attributes | |
| Eigen::Affine3f | transformation |
| The estimated transformation between the two coordinate systems. More... | |
| float | score |
| An estimate in [0,1], how good the estimated pose is. More... | |
| std::vector< int > | correspondence_indices |
| The indices of the used correspondences. More... | |
A result of the pose estimation process.
Definition at line 69 of file poses_from_matches.h.
|
inline |
Definition at line 71 of file poses_from_matches.h.
| std::vector<int> pcl::PosesFromMatches::PoseEstimate::correspondence_indices |
The indices of the used correspondences.
Definition at line 79 of file poses_from_matches.h.
| float pcl::PosesFromMatches::PoseEstimate::score |
An estimate in [0,1], how good the estimated pose is.
Definition at line 78 of file poses_from_matches.h.
Referenced by pcl::PosesFromMatches::PoseEstimate::IsBetter::operator()().
| Eigen::Affine3f pcl::PosesFromMatches::PoseEstimate::transformation |
The estimated transformation between the two coordinate systems.
Definition at line 77 of file poses_from_matches.h.