Point Cloud Library (PCL)
1.9.1
|
sortCorrespondencesByMatchIndexAndDistance : a functor for sorting correspondences by match index and distance More...
#include <pcl/registration/correspondence_sorting.h>
Public Types | |
typedef pcl::Correspondence | first_argument_type |
typedef pcl::Correspondence | second_argument_type |
typedef bool | result_type |
Public Member Functions | |
bool | operator() (pcl::Correspondence a, pcl::Correspondence b) |
sortCorrespondencesByMatchIndexAndDistance : a functor for sorting correspondences by match index and distance
Definition at line 125 of file correspondence_sorting.h.
typedef pcl::Correspondence pcl::registration::sortCorrespondencesByMatchIndexAndDistance::first_argument_type |
Definition at line 127 of file correspondence_sorting.h.
Definition at line 129 of file correspondence_sorting.h.
typedef pcl::Correspondence pcl::registration::sortCorrespondencesByMatchIndexAndDistance::second_argument_type |
Definition at line 128 of file correspondence_sorting.h.
|
inline |
Definition at line 131 of file correspondence_sorting.h.
References pcl::Correspondence::distance, and pcl::Correspondence::index_match.