40 #ifndef PCL_REGISTRATION_CORRESPONDENCE_SORTING_H_
41 #define PCL_REGISTRATION_CORRESPONDENCE_SORTING_H_
44 # pragma GCC system_header
47 #include <pcl/registration/correspondence_types.h>
51 namespace registration
bool operator()(pcl::Correspondence a, pcl::Correspondence b)
sortCorrespondencesByDistance : a functor for sorting correspondences by distance ...
sortCorrespondencesByMatchIndexAndDistance : a functor for sorting correspondences by match index and...
bool operator()(pcl::Correspondence a, pcl::Correspondence b)
bool operator()(pcl::Correspondence a, pcl::Correspondence b)
int index_match
Index of the matching (target) point.
sortCorrespondencesByMatchIndex : a functor for sorting correspondences by match index ...
bool operator()(pcl::Correspondence a, pcl::Correspondence b)
int index_query
Index of the query (source) point.
sortCorrespondencesByQueryIndexAndDistance : a functor for sorting correspondences by query index and...
Correspondence represents a match between two entities (e.g., points, descriptors, etc).
bool operator()(pcl::Correspondence a, pcl::Correspondence b)
sortCorrespondencesByQueryIndex : a functor for sorting correspondences by query index ...