sortCorrespondencesByMatchIndexAndDistance : a functor for sorting correspondences by match index _and_ distance More...
#include <pcl/registration/correspondence_sorting.h>
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 113 of file correspondence_sorting.h.
| bool pcl::registration::sortCorrespondencesByMatchIndexAndDistance::operator() | ( | pcl::Correspondence | a, | |
| pcl::Correspondence | b | |||
| ) | [inline] |
Definition at line 116 of file correspondence_sorting.h.
References pcl::Correspondence::distance, and pcl::Correspondence::index_match.