Browse Source

上传文件至 'v1'

weiboyan 11 months ago
parent
commit
b19fed08a5
1 changed files with 34 additions and 0 deletions
  1. 34 0
      v1/cfg.json

+ 34 - 0
v1/cfg.json

@@ -0,0 +1,34 @@
1
+{
2
+    "workDir":"./resource",
3
+    "debug":false,
4
+    "screen_delay": 500,
5
+    "screenHeight":0.19426111,
6
+    "screenWidth":0.34535309,
7
+    "screenRows":1080,
8
+    "screenCols":1920,
9
+    "period_width":64,
10
+    "period_height":36,
11
+    "image_size":[2448,2048],
12
+    "cameraMatrix":
13
+        [4691.97029, 0, 1290.23532,
14
+        0, 4690.35711, 1054.73965,
15
+        0, 0, 1],
16
+    "distCoeffs":[-0.0972010222, -2.08375994, -0.000376662980, -0.000899174294, 50.8450648],
17
+    "CWT":
18
+        [0.99968131, -0.00729484, 0.02416752, 1.5685359,
19
+        0.01610629, 0.92148207, -0.38808683, 80.57976632,
20
+        -0.0194389, 0.3883524, 0.92130589, 771.24676228,
21
+        0, 0, 0, 1],
22
+    "CST":
23
+        [-0.989962882, -0.0807512801, 0.115985884, 154.187636,
24
+        -0.0602296321, 0.501370006, 0.863134114, 963.121819,
25
+        0.127851030, -0.861456525, -0.491474078, 763.296045,
26
+        0, 0, 0, 1],
27
+    "ROI":[500, 1200, 461, 461],
28
+    "marker_width":16,
29
+    "marker_height":9,
30
+    "marker_length":0.0172676545,
31
+    "marker_separation":0.0028779424,
32
+    "marker_Offset_X":0.3370790036,
33
+    "marker_Offset_Y":0.18886497
34
+}