-
Notifications
You must be signed in to change notification settings - Fork 15
/
sim_noise.ini
37 lines (33 loc) · 1.76 KB
/
sim_noise.ini
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
# Config file for the "corner-calib" application:
# Simulation for the statistical comparison with the state-of-art methods
# --------------------------------------------------------------------------
# Simulation properties (common for all sections if not overwritten
Nsim = 500 // Number of simulations
[sd]
# Lidar properties
scan_sd_range = linspace(0.005,0.05,23) // Min and maximum range for the Standard Deviation of range in decades
scan_sd_N = 23 // Number of values for the Stadandard Deviation of range in [m]
# Camera properties
cam_sd_range = linspace(0.1,1,23) // Min and maximum range for the Standard Deviation of the image in decades
cam_sd_N = 23 // Number of values for the Stadandard Deviation of the image in [pixels]
# Camera properties
N_co_n = [20]
[Nobs]
# Lidar properties
scan_sd_range = 0.03 // Min and maximum range for the Standard Deviation of range in decades
scan_sd_N = 1 // Number of values for the Stadandard Deviation of range in [m]
# Camera properties
cam_sd_range = 1 // Min and maximum range for the Standard Deviation of the image in decades
cam_sd_N = 1 // Number of values for the Stadandard Deviation of the image in [pixels]
# Camera properties
N_co_n = [5:5:100]
[test]
Nsim = 10 // Number of simulations
# Lidar properties
scan_sd_range = 0.03 // Min and maximum range for the Standard Deviation of range in decades
scan_sd_N = 1 // Number of values for the Stadandard Deviation of range in [m]
# Camera properties
cam_sd_range = 1 // Min and maximum range for the Standard Deviation of the image in decades
cam_sd_N = 1 // Number of values for the Stadandard Deviation of the image in [pixels]
# Camera properties
N_co_n = [5 10 20]