Simple non-linear optimizer to find the SE(3) optimal transformation. More...
#include <mp2p_icp/OptimalTF_Result.h>
#include <mp2p_icp/PairWeights.h>
#include <mp2p_icp/Pairings.h>
#include <mp2p_icp/robust_kernels.h>
#include <mrpt/poses/CPose3DPDFGaussianInf.h>
Go to the source code of this file.
Classes | |
struct | mp2p_icp::OptimalTF_GN_Parameters |
Namespaces | |
mp2p_icp | |
Functions | |
bool | mp2p_icp::optimal_tf_gauss_newton (const Pairings &in, OptimalTF_Result &result, const OptimalTF_GN_Parameters &gnParams=OptimalTF_GN_Parameters()) |
Simple non-linear optimizer to find the SE(3) optimal transformation.
Definition in file optimal_tf_gauss_newton.h.