Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
v
w
x
y
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
p
q
r
s
t
u
v
Enumerations
Enumerator
b
g
h
j
l
o
p
r
s
w
x
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
y
z
~
Variables
_
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
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
e
f
g
h
i
l
m
n
p
r
s
t
u
w
z
Related Functions
:
a
b
c
d
e
f
h
k
l
n
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
f
i
m
n
o
p
s
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
s
t
u
v
Enumerations
Enumerator
a
d
f
i
k
l
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
h
i
k
l
m
n
p
r
s
t
u
v
w
Examples
include
lvr2
registration
RegistrationPipeline.hpp
Go to the documentation of this file.
1
28
#ifndef REGISTRATION_PIPELINE_OBJECT_H_
29
#define REGISTRATION_PIPELINE_OBJECT_H_
30
31
#include "
lvr2/registration/SLAMOptions.hpp
"
32
#include "
lvr2/registration/GraphSLAM.hpp
"
33
#include "
lvr2/types/ScanTypes.hpp
"
43
using namespace
lvr2
;
44
45
class
RegistrationPipeline
46
{
47
public
:
48
55
RegistrationPipeline
(
const
SLAMOptions
*
options
,
ScanProjectEditMarkPtr
scans);
56
62
void
doRegistration();
63
private
:
64
73
bool
isToleratedDifference(
Transformd
a,
Transformd
b);
74
83
void
rotateAroundYAxis(
Transformd
*inputMatrix4x4,
double
angle);
84
85
const
SLAMOptions
*
m_options
;
86
ScanProjectEditMarkPtr
m_scans
;
87
};
88
89
#endif // REGISTRATION_PIPELINE_OBJECT_H_
lvr2::ScanProjectEditMarkPtr
std::shared_ptr< ScanProjectEditMark > ScanProjectEditMarkPtr
Definition:
ScanTypes.hpp:357
lvr2::Transformd
Transform< double > Transformd
4x4 double precision transformation matrix
Definition:
MatrixTypes.hpp:71
ScanTypes.hpp
RegistrationPipeline::m_options
const SLAMOptions * m_options
Definition:
RegistrationPipeline.hpp:85
options
const kaboom::Options * options
Definition:
src/tools/lvr2_kaboom/Main.cpp:45
SLAMOptions.hpp
RegistrationPipeline::m_scans
ScanProjectEditMarkPtr m_scans
Definition:
RegistrationPipeline.hpp:86
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::SLAMOptions
A struct to configure SLAMAlign.
Definition:
SLAMOptions.hpp:45
RegistrationPipeline
Definition:
RegistrationPipeline.hpp:45
GraphSLAM.hpp
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz
, Alexander Mock
, Lars Kiesow
, Lukas Kalbertodt
, Tristan Igelbrink
, Johan M. von Behren
, Dominik Feldschnieders
, Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:24