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
io
KinectIO.hpp
Go to the documentation of this file.
1
28
/*
29
* KinectIO.h
30
*
31
* Created on: 20.03.2012
32
* Author: twiemann
33
*/
34
35
#ifndef KINECTIO_H_
36
#define KINECTIO_H_
37
38
#include "
lvr2/io/KinectGrabber.hpp
"
39
#include <Eigen/Dense>
40
41
namespace
lvr2
42
{
43
44
class
KinectIO
45
{
46
protected
:
47
KinectIO
();
48
49
public
:
50
static
KinectIO
*
instance
();
51
52
virtual
~KinectIO
();
53
54
PointBufferPtr
getBuffer
();
55
56
private
:
57
KinectGrabber
*
m_grabber
;
58
Freenect::Freenect*
m_freenect
;
59
Eigen::Matrix4f
m_depthMatrix
;
60
61
static
KinectIO
*
m_instance
;
62
};
63
64
}
// namespace lvr2
65
66
#endif
/* KINECTIO_H_ */
lvr2::KinectIO
Definition:
KinectIO.hpp:44
KinectGrabber.hpp
lvr2::KinectIO::m_grabber
KinectGrabber * m_grabber
Definition:
KinectIO.hpp:57
lvr2::PointBufferPtr
std::shared_ptr< PointBuffer > PointBufferPtr
Definition:
PointBuffer.hpp:130
lvr2::KinectIO::m_freenect
Freenect::Freenect * m_freenect
Definition:
KinectIO.hpp:58
lvr2::KinectIO::getBuffer
PointBufferPtr getBuffer()
Definition:
KinectIO.cpp:90
lvr2::KinectIO::~KinectIO
virtual ~KinectIO()
Definition:
KinectIO.cpp:85
lvr2::KinectGrabber
Definition:
KinectGrabber.hpp:47
lvr2::KinectIO::KinectIO
KinectIO()
Definition:
KinectIO.cpp:60
lvr2::KinectIO::m_depthMatrix
Eigen::Matrix4f m_depthMatrix
Definition:
KinectIO.hpp:59
lvr2::KinectIO::instance
static KinectIO * instance()
Definition:
KinectIO.cpp:49
lvr2::Matrix4f
Eigen::Matrix4f Matrix4f
Eigen 4x4 matrix, single precision.
Definition:
MatrixTypes.hpp:147
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::KinectIO::m_instance
static KinectIO * m_instance
Definition:
KinectIO.hpp:61
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:23