-
Notifications
You must be signed in to change notification settings - Fork 97
/
config_example.txt
31 lines (25 loc) · 974 Bytes
/
config_example.txt
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
# Config file for GO-ICP
# Mean Squared Error (MSE) convergence threshold
MSEThresh=0.001
# Smallest rotation value along dimension X of rotation cube (radians)
rotMinX=-3.1416
# Smallest rotation value along dimension Y of rotation cube (radians)
rotMinY=-3.1416
# Smallest rotation value along dimension Z of rotation cube (radians)
rotMinZ=-3.1416
# Side length of each dimension of rotation cube (radians)
rotWidth=6.2832
# Smallest translation value along dimension X of translation cube
transMinX=-0.5
# Smallest translation value along dimension Y of translation cube
transMinY=-0.5
# Smallest translation value along dimension Z of translation cube
transMinZ=-0.5
# Side length of each dimension of translation cube
transWidth=1.0
# Set to 0.0 for no trimming
trimFraction=0.0
# Nodes per dimension of distance transform
distTransSize=300
# DistanceTransformWidth = ExpandFactor x WidthLargestDimension
distTransExpandFactor=2.0