Point Cloud Library (PCL)
1.14.1-dev
|
sortCorrespondencesByQueryIndex : a functor for sorting correspondences by query index More...
#include <pcl/registration/correspondence_sorting.h>
Public Types | |
using | first_argument_type = pcl::Correspondence |
using | second_argument_type = pcl::Correspondence |
using | result_type = bool |
Public Member Functions | |
bool | operator() (pcl::Correspondence a, pcl::Correspondence b) |
sortCorrespondencesByQueryIndex : a functor for sorting correspondences by query index
Definition at line 54 of file correspondence_sorting.h.
Definition at line 55 of file correspondence_sorting.h.
Definition at line 57 of file correspondence_sorting.h.
using pcl::registration::sortCorrespondencesByQueryIndex::second_argument_type = pcl::Correspondence |
Definition at line 56 of file correspondence_sorting.h.
|
inline |
Definition at line 59 of file correspondence_sorting.h.
References pcl::Correspondence::index_query.