Solver_Horn.h
Go to the documentation of this file.
1 /* -------------------------------------------------------------------------
2  * A repertory of multi primitive-to-primitive (MP2P) ICP algorithms in C++
3  * Copyright (C) 2018-2021 Jose Luis Blanco, University of Almeria
4  * See LICENSE for license information.
5  * ------------------------------------------------------------------------- */
12 #pragma once
13 
14 #include <mp2p_icp/Solver.h>
15 
16 namespace mp2p_icp
17 {
22 class Solver_Horn : public Solver
23 {
24  DEFINE_MRPT_OBJECT(Solver_Horn, mp2p_icp)
25  public:
29 
30  void initialize(const mrpt::containers::yaml& params) override;
31 
32  protected:
33  // See base class docs
34  bool impl_optimal_pose(
35  const Pairings& pairings, OptimalTF_Result& out,
36  const SolverContext& sc) const override;
37 };
38 
39 } // namespace mp2p_icp
Virtual base class for optimal alignment solvers (one step in ICP).
bool impl_optimal_pose(const Pairings &pairings, OptimalTF_Result &out, const SolverContext &sc) const override
Definition: Solver_Horn.cpp:33
WeightParameters pairingsWeightParameters
Definition: Solver_Horn.h:28
void initialize(const mrpt::containers::yaml &params) override
Definition: Solver_Horn.cpp:25


mrpt_local_obstacles
Author(s): Jose-Luis Blanco-Claraco
autogenerated on Thu Jun 1 2023 03:06:43