forked from uzh-rpg/rpg_dvs_evo_open
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DAVIS-evo.yaml
52 lines (52 loc) · 815 Bytes
/
DAVIS-evo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
image_width: 240
image_height: 180
camera_name: DAVIS-evo
camera_matrix:
rows: 3
cols: 3
data:
[
197.3158535429064,
0.0,
128.19252018028914,
0.0,
197.24778002324712,
110.94875388538058,
0.0,
0.0,
1.0,
]
distortion_model: plumb_bob
distortion_coefficients:
rows: 1
cols: 5
data:
[
-0.3687369041657594,
0.1635331561185621,
0.0006758841262625439,
-0.0014358423311193668,
0.0,
]
rectification_matrix:
rows: 3
cols: 3
data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
projection_matrix:
rows: 3
cols: 4
data:
[
197.3158535429064,
0.0,
128.19252018028914,
0.0,
0.0,
197.24778002324712,
110.94875388538058,
0.0,
0.0,
0.0,
1.0,
0.0,
]