Point Cloud Library (PCL)
1.14.1-dev
|
Sorting of candidates based on fitness score value. More...
#include <pcl/registration/matching_candidate.h>
Public Member Functions | |
bool | operator() (MatchingCandidate const &left, MatchingCandidate const &right) |
Operator used to sort candidates based on fitness score. More... | |
Sorting of candidates based on fitness score value.
Definition at line 85 of file matching_candidate.h.
|
inline |
Operator used to sort candidates based on fitness score.
Definition at line 88 of file matching_candidate.h.
References pcl::registration::MatchingCandidate::fitness_score.