Point Cloud Library (PCL)
1.9.1
|
sortCorrespondencesByDistance : a functor for sorting correspondences by 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) |
sortCorrespondencesByDistance : a functor for sorting correspondences by distance
Definition at line 89 of file correspondence_sorting.h.
Definition at line 91 of file correspondence_sorting.h.
Definition at line 93 of file correspondence_sorting.h.
Definition at line 92 of file correspondence_sorting.h.
|
inline |
Definition at line 95 of file correspondence_sorting.h.
References pcl::Correspondence::distance.