-
Notifications
You must be signed in to change notification settings - Fork 0
/
equirectangular.yaml
72 lines (58 loc) · 1.28 KB
/
equirectangular.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Equirectangular model for RICOH THETA S
#==============#
# Camera Model #
#==============#
Camera:
name: "RICOH THETA S 960"
setup: "monocular"
model: "equirectangular"
fps: 10.0
cols: 1920
rows: 960
color_order: "RGB"
#=====================#
# Tracking Parameters #
#=====================#
Preprocessing:
min_size: 800
mask_rectangles:
- [0.0, 1.0, 0.0, 0.1]
- [0.0, 1.0, 0.84, 1.0]
- [0.0, 0.2, 0.7, 1.0]
- [0.8, 1.0, 0.7, 1.0]
#================#
# ORB Parameters #
#================#
Feature:
name: "default ORB feature extraction setting"
scale_factor: 1.2
num_levels: 8
ini_fast_threshold: 20
min_fast_threshold: 7
#====================#
# Mapping Parameters #
#====================#
Mapping:
baseline_dist_thr_ratio: 0.02
redundant_obs_ratio_thr: 0.95
#=========================#
# LoopDetector Parameters #
#=========================#
LoopDetector:
enabled: true
reject_by_graph_distance: true
min_distance_on_graph: 50
#===========================#
# PangolinViewer Parameters #
#===========================#
PangolinViewer:
keyframe_size: 0.06
keyframe_line_width: 1
graph_line_width: 1
point_size: 2
camera_size: 0.07
camera_line_width: 2
viewpoint_x: 0
viewpoint_y: -20
viewpoint_z: -0.1
viewpoint_f: 2800