Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Typedefs
a
b
c
d
f
g
i
l
m
n
r
s
t
u
w
Enumerations
Enumerator
a
b
c
d
e
f
g
h
k
l
n
o
r
s
t
u
v
y
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Related Functions
:
_
a
g
i
l
n
o
p
r
s
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
_
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Variables
_
a
c
d
g
i
m
n
r
s
t
v
w
Typedefs
b
c
d
i
m
n
o
p
q
s
t
v
Macros
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
y
z
mp2p_icp
include
mp2p_icp
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-2024 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
:
28
WeightParameters
pairingsWeightParameters
;
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
mp2p_icp
Definition:
covariance.h:17
mp2p_icp::Solver_Horn::pairingsWeightParameters
WeightParameters pairingsWeightParameters
Definition:
Solver_Horn.h:28
mp2p_icp::Pairings
Definition:
Pairings.h:78
mp2p_icp::SolverContext
Definition:
Solver.h:36
mp2p_icp::OptimalTF_Result
Definition:
OptimalTF_Result.h:24
mp2p_icp::Solver_Horn
Definition:
Solver_Horn.h:22
Solver.h
Virtual base class for optimal alignment solvers (one step in ICP).
kitti-batch-convert.out
string out
Definition:
kitti-batch-convert.py:7
mp2p_icp::Solver
Definition:
Solver.h:66
mp2p_icp::Solver_Horn::initialize
void initialize(const mrpt::containers::yaml ¶ms) override
Definition:
Solver_Horn.cpp:25
mp2p_icp::Solver_Horn::impl_optimal_pose
bool impl_optimal_pose(const Pairings &pairings, OptimalTF_Result &out, const SolverContext &sc) const override
Definition:
Solver_Horn.cpp:33
mp2p_icp::WeightParameters
Definition:
WeightParameters.h:26
mp2p_icp
Author(s):
autogenerated on Wed Feb 26 2025 03:45:48