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
OptimalTF_Result.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/Pairings.h
>
15
#include <mrpt/poses/CPose3D.h>
16
17
namespace
mp2p_icp
18
{
24
struct
OptimalTF_Result
25
{
26
mrpt::poses::CPose3D
optimalPose
;
27
double
optimalScale
= 1.0;
28
30
OutlierIndices
outliers
;
31
};
32
35
}
// namespace mp2p_icp
mp2p_icp::OptimalTF_Result::optimalPose
mrpt::poses::CPose3D optimalPose
Definition:
OptimalTF_Result.h:26
mp2p_icp
Definition:
covariance.h:17
mp2p_icp::OptimalTF_Result::optimalScale
double optimalScale
Definition:
OptimalTF_Result.h:27
mp2p_icp::OptimalTF_Result
Definition:
OptimalTF_Result.h:24
mp2p_icp::OptimalTF_Result::outliers
OutlierIndices outliers
Definition:
OptimalTF_Result.h:30
Pairings.h
Common types for all SE(3) optimal transformation methods.
mp2p_icp::OutlierIndices
Definition:
Pairings.h:180
mp2p_icp
Author(s):
autogenerated on Wed Feb 26 2025 03:45:47