Point Cloud Library (PCL)
1.11.0
|
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 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.