Template that applies lambdas to unified vector forms of pairings. More...
#include <mp2p_icp/Pairings.h>
#include <mp2p_icp/WeightParameters.h>
#include <mrpt/core/optional_ref.h>
#include <mrpt/math/TPoint3D.h>
Go to the source code of this file.
Classes | |
struct | mp2p_icp::VisitCorrespondencesStats |
Namespaces | |
mp2p_icp | |
Functions | |
template<class LAMBDA , class LAMBDA2 > | |
void | mp2p_icp::visit_correspondences (const Pairings &in, const WeightParameters &wp, const mrpt::math::TPoint3D &ct_local, const mrpt::math::TPoint3D &ct_global, OutlierIndices &in_out_outliers, LAMBDA lambda_each_pair, LAMBDA2 lambda_final, bool normalize_relative_point_vectors, const mrpt::optional_ref< VisitCorrespondencesStats > &outStats=std::nullopt) |
Template that applies lambdas to unified vector forms of pairings.
Definition in file visit_correspondences.h.