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