|
Point Cloud Library (PCL)
1.15.1-dev
|
Container for matching candidate consisting of. More...
#include <pcl/registration/matching_candidate.h>
Public Member Functions | |
| MatchingCandidate () | |
| Constructor. More... | |
| MatchingCandidate (float s, const pcl::Correspondences &c, const Eigen::Matrix4f &m) | |
| Value constructor. More... | |
| ~MatchingCandidate ()=default | |
| Destructor. More... | |
Public Attributes | |
| float | fitness_score |
| Fitness score of current candidate resulting from matching algorithm. More... | |
| pcl::Correspondences | correspondences |
| Correspondences between source <-> target. More... | |
| Eigen::Matrix4f | transformation |
| Corresponding transformation matrix retrieved using corrs. More... | |
Container for matching candidate consisting of.
Definition at line 56 of file matching_candidate.h.
|
inline |
Constructor.
Definition at line 58 of file matching_candidate.h.
|
inline |
Value constructor.
Definition at line 63 of file matching_candidate.h.
|
default |
Destructor.
| pcl::Correspondences pcl::registration::MatchingCandidate::correspondences |
Correspondences between source <-> target.
Definition at line 73 of file matching_candidate.h.
| float pcl::registration::MatchingCandidate::fitness_score |
Fitness score of current candidate resulting from matching algorithm.
Definition at line 70 of file matching_candidate.h.
Referenced by pcl::registration::by_score::operator()().
| Eigen::Matrix4f pcl::registration::MatchingCandidate::transformation |
Corresponding transformation matrix retrieved using corrs.
Definition at line 76 of file matching_candidate.h.