Point Cloud Library (PCL)
1.14.1-dev
|
sortCorrespondencesByDistance : a functor for sorting correspondences by distance 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) |
sortCorrespondencesByDistance : a functor for sorting correspondences by distance
Definition at line 83 of file correspondence_sorting.h.
Definition at line 84 of file correspondence_sorting.h.
Definition at line 86 of file correspondence_sorting.h.
Definition at line 85 of file correspondence_sorting.h.
|
inline |
Definition at line 88 of file correspondence_sorting.h.
References pcl::Correspondence::distance.