forked from luigifreda/pyslam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WEBCAM.yaml
66 lines (50 loc) · 1.83 KB
/
WEBCAM.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
#--------------------------------------------------------------------------------------------
# Viewer Parameters
#--------------------------------------------------------------------------------------------
# Viewer.on: 1 is ON, 0 is OFF
Viewer.on: 1
Viewer.KeyFrameSize: 0.05
Viewer.KeyFrameLineWidth: 1
Viewer.GraphLineWidth: 0.9
Viewer.PointSize: 1
Viewer.LineSize: 1
Viewer.CameraSize: 0.08
Viewer.CameraLineWidth: 3
Viewer.ViewpointX: 0
Viewer.ViewpointY: -0.7
Viewer.ViewpointZ: -1.8
Viewer.ViewpointF: 500
#--------------------------------------------------------------------------------------------
# Camera Parameters. Adjust them!
#--------------------------------------------------------------------------------------------
#camera matrix:
# [[720.74677588 0. 324.72460102]
# [ 0. 720.87434544 238.97483313]
# [ 0. 0. 1. ]]
#distortion coefficients: [-1.96841029e-02 -5.74293178e-01 -6.78065914e-04 8.34984375e-04 1.59969276e+00]
# Camera calibration and distortion parameters (OpenCV)
Camera.fx: 720.74677588
Camera.fy: 720.87434544
Camera.cx: 324.72460102
Camera.cy: 238.97483313
Camera.k1: -1.96841029e-02
Camera.k2: -5.74293178e-01
Camera.p1: -6.78065914e-04
Camera.p2: 8.34984375e-04
Camera.k3: 1.59969276e+00
Camera.width: 640
Camera.height: 480
# Camera frames per second
Camera.fps: 30.0
# IR projector baseline times fx (aprox.)
Camera.bf: 40.0
# Color order of the images (0: BGR, 1: RGB. It is ignored if images are grayscale)
Camera.RGB: 0
# Close/Far threshold. Baseline times.
ThDepth: 40.0
# Deptmap values factor
DepthMapFactor: 1.0
#--------------------------------------------------------------------------------------------
# Features extraction
#--------------------------------------------------------------------------------------------
FeatureExtractor.nFeatures: 1000