mp2p_icp
include
mp2p_icp
optimal_tf_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-2024 Jose Luis Blanco, University of Almeria
4
* See LICENSE for license information.
5
* ------------------------------------------------------------------------- */
12
#pragma once
13
14
#include <
mp2p_icp/OptimalTF_Result.h
>
15
#include <
mp2p_icp/Pairings.h
>
16
#include <
mp2p_icp/WeightParameters.h
>
17
18
namespace
mp2p_icp
19
{
29
[[nodiscard]]
bool
optimal_tf_horn
(
30
const
mp2p_icp::Pairings
& in,
const
WeightParameters& wp,
31
OptimalTF_Result& result);
32
35
}
// namespace mp2p_icp
mp2p_icp
Definition:
covariance.h:17
mp2p_icp::optimal_tf_horn
bool optimal_tf_horn(const mp2p_icp::Pairings &in, const WeightParameters &wp, OptimalTF_Result &result)
Definition:
optimal_tf_horn.cpp:199
mp2p_icp::Pairings
Definition:
Pairings.h:78
OptimalTF_Result.h
Common types for all SE(3) optimal transformation methods.
Pairings.h
Common types for all SE(3) optimal transformation methods.
WeightParameters.h
Common types for all SE(3) optimal transformation methods.
mp2p_icp
Author(s):
autogenerated on Wed Oct 23 2024 02:45:40