Add yaml calibration files and fix MI alternative
Browse files- M_monado_datasets/MG_reverb_g2/extras/calibration.kb4.yaml +41 -0
- M_monado_datasets/MG_reverb_g2/extras/calibration.yaml +45 -0
- M_monado_datasets/MI_valve_index/extras/calibration.rt8.json +45 -44
- M_monado_datasets/MI_valve_index/extras/calibration.rt8.yaml +23 -0
- M_monado_datasets/MI_valve_index/extras/calibration.yaml +19 -0
- M_monado_datasets/MO_odyssey_plus/extras/calibration.kb4.yaml +21 -0
- M_monado_datasets/MO_odyssey_plus/extras/calibration.yaml +23 -0
M_monado_datasets/MG_reverb_g2/extras/calibration.kb4.yaml
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cameras:
|
2 |
+
- T_SC: [0.04055350310199557, -0.9851041005556703, -0.16710872046234024, -0.05196080462004912,
|
3 |
+
0.9627130947171906, -0.006246607611898214, 0.27045235653141, 0.012921625094644514,
|
4 |
+
-0.26746758802929066, -0.171845543910068, 0.9481192954433776, 0.005240475947910249,
|
5 |
+
0.0, 0.0, 0.0, 1.0] # T_imu_cam, i.e., transforms a point in camera space into IMU space
|
6 |
+
distortion_coefficients: [0.07740441885450418, -0.03103032519111291, 0.21761591799757782,
|
7 |
+
-0.12578545205590586] # k1, k2, k3, k4
|
8 |
+
distortion_type: equidistant # kannalabrandt4 / opencv's fisheye
|
9 |
+
focal_length: [270.00664609453304, 270.1414755298674] # fx, fy
|
10 |
+
image_dimension: [640, 480] # width, height
|
11 |
+
principal_point: [322.8697163592805, 229.1840515489695] # cx, cy
|
12 |
+
- T_SC: [-0.06007095160468545, -0.9842799456945921, 0.16608572869683613, 0.056452911416210484,
|
13 |
+
0.9630664766090835, -0.013397454828578126, 0.26893023228317525, 0.013648961551033324,
|
14 |
+
-0.2624775083794303, 0.17610649251963353, 0.9487318171577039, 0.005147807609210512,
|
15 |
+
0.0, 0.0, 0.0, 1.0]
|
16 |
+
distortion_coefficients: [0.07780133707201584, -0.037783242929474714, 0.22709046369187205,
|
17 |
+
-0.12945961303597922]
|
18 |
+
distortion_type: equidistant
|
19 |
+
focal_length: [268.8394814458395, 268.84629644420227]
|
20 |
+
image_dimension: [640, 480]
|
21 |
+
principal_point: [323.9062256755635, 236.5703052123074]
|
22 |
+
- T_SC: [-0.0481455006833964, 0.053414751022077434, -0.9974110863316061, -0.07567766184475654,
|
23 |
+
-0.9623303838132407, 0.2650327350576651, 0.0606455417793787, 0.014551169361842342,
|
24 |
+
0.2675859547020471, 0.9627588035022598, 0.03864250412552328, -0.029493463003218253,
|
25 |
+
0.0, 0.0, 0.0, 1.0]
|
26 |
+
distortion_coefficients: [0.07632323665413357, -0.03809674852985118, 0.22440009795691718,
|
27 |
+
-0.12797229712624544]
|
28 |
+
distortion_type: equidistant
|
29 |
+
focal_length: [270.95365666855855, 270.95671244010697]
|
30 |
+
image_dimension: [640, 480]
|
31 |
+
principal_point: [324.31540159952465, 230.97000626471197]
|
32 |
+
- T_SC: [0.061023690109066636, 0.06827726099642412, 0.9957983354456361, 0.08070843831337933,
|
33 |
+
-0.9620042841219845, -0.261976712078782, 0.07691527585167768, 0.01646113292588715,
|
34 |
+
0.2661275381775086, -0.9626559187784688, 0.04969623189298711, -0.029373209824573407,
|
35 |
+
0.0, 0.0, 0.0, 1.0]
|
36 |
+
distortion_coefficients: [0.0782633771118353, -0.032692565978959115, 0.21570483960998454,
|
37 |
+
-0.12346477625478411]
|
38 |
+
distortion_type: equidistant
|
39 |
+
focal_length: [269.1240639577031, 269.61259675615105]
|
40 |
+
image_dimension: [640, 480]
|
41 |
+
principal_point: [320.31028884237986, 232.07799800942055]
|
M_monado_datasets/MG_reverb_g2/extras/calibration.yaml
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cameras:
|
2 |
+
- T_SC: [0.04064854009491342, -0.9850960390247252, -0.16713315076893012, -0.05195440637617857,
|
3 |
+
0.9639580399507583, -0.005353797389843817, 0.2660004399767062, 0.012655050280492696,
|
4 |
+
-0.26293077682623045, -0.17192187397567016, 0.9493736228936684, 0.005695776071192284,
|
5 |
+
0.0, 0.0, 0.0, 1.0] # T_imu_cam, i.e., transforms a point in camera space into IMU space
|
6 |
+
distortion_coefficients: [0.30219806837496743, -0.02149991534580404, -0.0002497397372516134,
|
7 |
+
6.0560040605677345e-05, 0.01581679697554863, 0.5750558896824219, -0.06263534784491315,
|
8 |
+
0.033851495423692875] # k1, k2, p1, p2, k3, k4, k5, k6
|
9 |
+
distortion_type: radialtangential8 # Same as opencv's default model
|
10 |
+
focal_length: [269.6842474086801, 269.7882977693903] # fx, fy
|
11 |
+
image_dimension: [640, 480] # width, height
|
12 |
+
principal_point: [322.5578605887897, 228.87319994407375] # cx, cy
|
13 |
+
- T_SC: [-0.0599848995239452, -0.9845511162145, 0.16450201029131717, 0.05645131964241192,
|
14 |
+
0.9646370462558942, -0.014800992811683733, 0.2631659164908946, 0.013367520829980857,
|
15 |
+
-0.2566655037588928, 0.17447071436940617, 0.9506223166997623, 0.005817523980411749,
|
16 |
+
0.0, 0.0, 0.0, 1.0]
|
17 |
+
distortion_coefficients: [0.5583172692824788, 0.5318767353683427, -4.8499786577281645e-05,
|
18 |
+
-0.00010215399449113709, 0.008892983151449383, 0.8224870747364966, 0.5989619132003846,
|
19 |
+
0.08178414100136008]
|
20 |
+
distortion_type: radialtangential8
|
21 |
+
focal_length: [268.32364529421596, 268.36616184269246]
|
22 |
+
image_dimension: [640, 480]
|
23 |
+
principal_point: [323.18415014901007, 236.88768983819338]
|
24 |
+
- T_SC: [-0.04684095792433285, 0.058286940283299005, -0.9972003596334802, -0.0757213665829658,
|
25 |
+
-0.9623623504515357, 0.2649068023771114, 0.06068848727501508, 0.014530127422240255,
|
26 |
+
0.26770250483349334, 0.9625107888469331, 0.04368466846764807, -0.02939269417912614,
|
27 |
+
0.0, 0.0, 0.0, 1.0]
|
28 |
+
distortion_coefficients: [0.16062287804829353, -0.4619920253125824, -0.00012181822302338947,
|
29 |
+
5.581807266350449e-05, 0.025766025600398968, 0.4509012125456936, -0.5875401333907265,
|
30 |
+
0.0029609360409961895]
|
31 |
+
distortion_type: radialtangential8
|
32 |
+
focal_length: [271.6135146149873, 271.7305409932087]
|
33 |
+
image_dimension: [640, 480]
|
34 |
+
principal_point: [324.4789443570868, 231.32161458022873]
|
35 |
+
- T_SC: [0.05458855286845413, 0.06773415129915167, 0.9962089011063451, 0.08047651761941818,
|
36 |
+
-0.9637221207286739, -0.25747910500683213, 0.07031489531463364, 0.01551428498347744,
|
37 |
+
0.2612656960145268, -0.9639069432433113, 0.051221488199587634, -0.030017654200964233,
|
38 |
+
0.0, 0.0, 0.0, 1.0]
|
39 |
+
distortion_coefficients: [0.38103769826253503, 0.044423043182646844, -0.00026270579116007963,
|
40 |
+
-1.3307311696896182e-05, 0.0132763824239275, 0.6550968994941907, 0.025731031147632248,
|
41 |
+
0.03618845247232834]
|
42 |
+
distortion_type: radialtangential8
|
43 |
+
focal_length: [269.7435072920675, 270.0809356226911]
|
44 |
+
image_dimension: [640, 480]
|
45 |
+
principal_point: [320.2882102145453, 232.11989600745244]
|
M_monado_datasets/MI_valve_index/extras/calibration.rt8.json
CHANGED
@@ -1,59 +1,60 @@
|
|
1 |
{
|
2 |
"value0": {
|
|
|
3 |
"T_imu_cam": [
|
4 |
{
|
5 |
-
"px": 0.
|
6 |
-
"py": 0.
|
7 |
-
"pz": 0.
|
8 |
-
"qx": -0.
|
9 |
-
"qy": -0.
|
10 |
-
"qz": -0.
|
11 |
-
"qw": 0.
|
12 |
},
|
13 |
{
|
14 |
-
"px": 0.
|
15 |
-
"py": -0.
|
16 |
-
"pz": 0.
|
17 |
-
"qx": 0.
|
18 |
-
"qy": 0.
|
19 |
-
"qz": -0.
|
20 |
-
"qw": 0.
|
21 |
}
|
22 |
],
|
23 |
"intrinsics": [
|
24 |
{
|
25 |
"camera_type": "pinhole-radtan8",
|
26 |
"intrinsics": {
|
27 |
-
"fx": 420.
|
28 |
-
"fy": 420.
|
29 |
-
"cx": 469.
|
30 |
-
"cy": 479.
|
31 |
-
"k1":
|
32 |
-
"k2":
|
33 |
-
"p1":
|
34 |
-
"p2": -
|
35 |
-
"k3":
|
36 |
-
"k4":
|
37 |
-
"k5":
|
38 |
-
"k6":
|
39 |
"rpmax": -1
|
40 |
}
|
41 |
},
|
42 |
{
|
43 |
"camera_type": "pinhole-radtan8",
|
44 |
"intrinsics": {
|
45 |
-
"fx": 421.
|
46 |
-
"fy": 421.
|
47 |
-
"cx": 467.
|
48 |
-
"cy": 484.
|
49 |
-
"k1":
|
50 |
-
"k2":
|
51 |
-
"p1":
|
52 |
-
"p2":
|
53 |
-
"k3":
|
54 |
-
"k4":
|
55 |
-
"k5":
|
56 |
-
"k6":
|
57 |
"rpmax": -1
|
58 |
}
|
59 |
}
|
@@ -69,9 +70,9 @@
|
|
69 |
]
|
70 |
],
|
71 |
"calib_accel_bias": [
|
72 |
-
0.
|
73 |
-
0.
|
74 |
-
0.
|
75 |
0.0,
|
76 |
0.0,
|
77 |
0.0,
|
@@ -80,9 +81,9 @@
|
|
80 |
0.0
|
81 |
],
|
82 |
"calib_gyro_bias": [
|
83 |
-
0.
|
84 |
-
0.
|
85 |
-
0.
|
86 |
0.0,
|
87 |
0.0,
|
88 |
0.0,
|
|
|
1 |
{
|
2 |
"value0": {
|
3 |
+
"comment": "Current error: 120022 num_points 1069709 mean_error 0.1122 reprojection_error 254449 mean reprojection 0.237868 opt_time 668ms.",
|
4 |
"T_imu_cam": [
|
5 |
{
|
6 |
+
"px": 0.06891723980288252,
|
7 |
+
"py": 0.1194375162243693,
|
8 |
+
"pz": 0.010620914860482426,
|
9 |
+
"qx": -0.02758166378733051,
|
10 |
+
"qy": -0.02646124002133985,
|
11 |
+
"qz": -0.7010059967137265,
|
12 |
+
"qw": 0.7121303582706263
|
13 |
},
|
14 |
{
|
15 |
+
"px": 0.06878929687462956,
|
16 |
+
"py": -0.014242597915617127,
|
17 |
+
"pz": 0.010952250701108236,
|
18 |
+
"qx": 0.020761923661208216,
|
19 |
+
"qy": 0.03355827497125895,
|
20 |
+
"qz": -0.6985457695964845,
|
21 |
+
"qw": 0.7144764464177212
|
22 |
}
|
23 |
],
|
24 |
"intrinsics": [
|
25 |
{
|
26 |
"camera_type": "pinhole-radtan8",
|
27 |
"intrinsics": {
|
28 |
+
"fx": 420.87543153743379,
|
29 |
+
"fy": 420.98111734621696,
|
30 |
+
"cx": 469.280769336615,
|
31 |
+
"cy": 479.1008669368344,
|
32 |
+
"k1": 20.391491525855697,
|
33 |
+
"k2": 13.296376109798059,
|
34 |
+
"p1": 0.0000033499524495992369,
|
35 |
+
"p2": -0.00016905320907310926,
|
36 |
+
"k3": 1.2827871067810053,
|
37 |
+
"k4": 20.58288546853957,
|
38 |
+
"k5": 15.718842380446703,
|
39 |
+
"k6": 4.57076872023613,
|
40 |
"rpmax": -1
|
41 |
}
|
42 |
},
|
43 |
{
|
44 |
"camera_type": "pinhole-radtan8",
|
45 |
"intrinsics": {
|
46 |
+
"fx": 421.13049451321919,
|
47 |
+
"fy": 421.1811382629241,
|
48 |
+
"cx": 467.3993617404934,
|
49 |
+
"cy": 484.2058878943831,
|
50 |
+
"k1": 12.083665279916433,
|
51 |
+
"k2": 8.328063289692406,
|
52 |
+
"p1": 0.00013706577524923318,
|
53 |
+
"p2": 0.00047216337967221625,
|
54 |
+
"k3": 0.7803475118448734,
|
55 |
+
"k4": 12.236473503288277,
|
56 |
+
"k5": 9.749696702702666,
|
57 |
+
"k6": 2.7934480578433704,
|
58 |
"rpmax": -1
|
59 |
}
|
60 |
}
|
|
|
70 |
]
|
71 |
],
|
72 |
"calib_accel_bias": [
|
73 |
+
0.038267352254195387,
|
74 |
+
0.06598754869590935,
|
75 |
+
-0.2140022321800698,
|
76 |
0.0,
|
77 |
0.0,
|
78 |
0.0,
|
|
|
81 |
0.0
|
82 |
],
|
83 |
"calib_gyro_bias": [
|
84 |
+
0.01700459149920225,
|
85 |
+
-0.00739704767936778,
|
86 |
+
0.005460595880549354,
|
87 |
0.0,
|
88 |
0.0,
|
89 |
0.0,
|
M_monado_datasets/MI_valve_index/extras/calibration.rt8.yaml
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cameras:
|
2 |
+
- T_SC: [0.015499520450221071, 0.9998798559060368, 0.0001965175227435778, 0.06917789156550716,
|
3 |
+
-0.9969334637731943, 0.01543876948824141, 0.07671579502208402, 0.12085668743462545,
|
4 |
+
0.07670354408366437, -0.001384972928440642, 0.9970529816288567, 0.012667308040189403,
|
5 |
+
0.0, 0.0, 0.0, 1.0] # T_imu_cam, i.e., transforms a point in camera space into IMU space
|
6 |
+
distortion_coefficients: [0.00033910941623906436, 0.0016526977059368436, 2.0382438109564118e-07,
|
7 |
+
-1.9941820902364245e-07, 4.7690647490781044e-08, 0.08285582144993399, 0.007074083130056834,
|
8 |
+
1.2021299767958244e-05] # k1, k2, p1, p2, k3, k4, k5, k6
|
9 |
+
distortion_type: radialtangential8 # Same as opencv's default model
|
10 |
+
focal_length: [420.52740656467927, 420.668449021409] # fx, fy
|
11 |
+
image_dimension: [960, 960] # width, height
|
12 |
+
principal_point: [469.48259744072743, 479.1369038467134] # cx, cy
|
13 |
+
- T_SC: [0.021535931033980826, 0.9995998465532432, 0.018339859465996557, 0.06906817063497311,
|
14 |
+
-0.9968529688349355, 0.02286934463860607, -0.07590225030113408, -0.012925461789829002,
|
15 |
+
-0.07629129832081094, -0.016647517728884998, 0.9969465873124757, 0.013021838608092437,
|
16 |
+
0.0, 0.0, 0.0, 1.0]
|
17 |
+
distortion_coefficients: [0.00010833706764279817, 0.0020852934669309585, 2.732762364402409e-07,
|
18 |
+
-2.7121692029207587e-07, 8.00967425983354e-08, 0.08086045956434132, 0.008319953204836639,
|
19 |
+
1.5525470378559292e-05]
|
20 |
+
distortion_type: radialtangential8
|
21 |
+
focal_length: [421.23561386503076, 421.4668948188076]
|
22 |
+
image_dimension: [960, 960]
|
23 |
+
principal_point: [467.746800268133, 484.4807401358835]
|
M_monado_datasets/MI_valve_index/extras/calibration.yaml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cameras:
|
2 |
+
- T_SC: [0.015499520450221071, 0.9998798559060368, 0.0001965175227435778, 0.06917789156550716,
|
3 |
+
-0.9969334637731943, 0.01543876948824141, 0.07671579502208402, 0.12085668743462545,
|
4 |
+
0.07670354408366437, -0.001384972928440642, 0.9970529816288567, 0.012667308040189403,
|
5 |
+
0.0, 0.0, 0.0, 1.0] # T_imu_cam, i.e., transforms a point in camera space into IMU space
|
6 |
+
distortion_coefficients: [0.19293820423427943, 0.04211519667505778, -0.2331148927645627, 0.09541027202996667] # k1, k2, k3, k4
|
7 |
+
distortion_type: equidistant # kannalabrandt4 / opencv's fisheye
|
8 |
+
focal_length: [420.52740656467927, 420.668449021409] # fx, fy
|
9 |
+
image_dimension: [960, 960] # width, height
|
10 |
+
principal_point: [469.48259744072743, 479.1369038467134] # cx, cy
|
11 |
+
- T_SC: [0.021535931033980826, 0.9995998465532432, 0.018339859465996557, 0.06906817063497311,
|
12 |
+
-0.9968529688349355, 0.02286934463860607, -0.07590225030113408, -0.012925461789829002,
|
13 |
+
-0.07629129832081094, -0.016647517728884998, 0.9969465873124757, 0.013021838608092437,
|
14 |
+
0.0, 0.0, 0.0, 1.0]
|
15 |
+
distortion_coefficients: [0.19017898170828448, 0.0546719732148914, -0.2491419411107316, 0.10310283081793621]
|
16 |
+
distortion_type: equidistant
|
17 |
+
focal_length: [421.23561386503076, 421.4668948188076]
|
18 |
+
image_dimension: [960, 960]
|
19 |
+
principal_point: [467.746800268133, 484.4807401358835]
|
M_monado_datasets/MO_odyssey_plus/extras/calibration.kb4.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cameras:
|
2 |
+
- T_SC: [0.9174075807755737, 0.006647316356289734, -0.39789338260489987, -0.0836171207584613,
|
3 |
+
0.13777833942240095, 0.9327164187092706, 0.3332524740435679, -0.0019908210116357005,
|
4 |
+
0.37333692547284353, -0.36054943552224933, 0.8547652570285438, 0.005251507311936389,
|
5 |
+
0.0, 0.0, 0.0, 1.0] # T_imu_cam, i.e., transforms a point in camera space into IMU space
|
6 |
+
distortion_coefficients: [0.07967334603430463, -0.028193800038563192, 0.20273128935703774,
|
7 |
+
-0.11691215909852215] # k1, k2, k3, k4
|
8 |
+
distortion_type: equidistant # kannalabrandt4 / opencv's fisheye
|
9 |
+
focal_length: [268.7643797200632, 268.6254278509791] # fx, fy
|
10 |
+
image_dimension: [640, 480] # width, height
|
11 |
+
principal_point: [322.99894365261827, 245.85420172532994] # cx, cy
|
12 |
+
- T_SC: [0.9183897385354933, 0.004662488271049342, 0.39564952844130963, 0.02184301895036105,
|
13 |
+
-0.15034835638878274, 0.929043591797278, 0.33804345322991297, -0.002049686931566472,
|
14 |
+
-0.3659995353602241, -0.3699408949326029, 0.853925098807012, 0.005005028649289218,
|
15 |
+
0.0, 0.0, 0.0, 1.0]
|
16 |
+
distortion_coefficients: [0.05921598747583376, 0.0008485613746588702, 0.18691042621700857,
|
17 |
+
-0.11581177928178256]
|
18 |
+
distortion_type: equidistant
|
19 |
+
focal_length: [270.38245569848516, 270.8952605677133]
|
20 |
+
image_dimension: [640, 480]
|
21 |
+
principal_point: [322.59133920842345, 250.7654767124812]
|
M_monado_datasets/MO_odyssey_plus/extras/calibration.yaml
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cameras:
|
2 |
+
- T_SC: [0.9184477012197224, 0.006814501455941813, -0.3954837325277928, -0.08323388702651224,
|
3 |
+
0.1357078093951938, 0.9337332184585131, 0.3312486486255676, -0.002218366214987864,
|
4 |
+
0.3715335928194994, -0.35790479085507354, 0.8566603469810079, 0.005626638959664241,
|
5 |
+
0.0, 0.0, 0.0, 1.0] # T_imu_cam, i.e., transforms a point in camera space into IMU space
|
6 |
+
distortion_coefficients: [0.4896735773708656, 0.15364417808237318, -0.00023052089722471787,
|
7 |
+
0.0003100581060316594, 0.00907202623907521, 0.760924032106806, 0.1699934621377647,
|
8 |
+
0.040322943929294] # k1, k2, p1, p2, k3, k4, k5, k6
|
9 |
+
distortion_type: radialtangential8 # Same as opencv's default model
|
10 |
+
focal_length: [269.3157388466649, 269.2500852335917] # fx, fy
|
11 |
+
image_dimension: [640, 480] # width, height
|
12 |
+
principal_point: [323.6367354444056, 245.37262901935367] # cx, cy
|
13 |
+
- T_SC: [0.9169473808337745, 0.004955465029392203, 0.3989773729779966, 0.022239747333591468,
|
14 |
+
-0.15123925026697327, 0.929626218566189, 0.3360383652695211, -0.002331785076783077,
|
15 |
+
-0.36923460016737975, -0.36847053765622934, 0.8531677870844424, 0.005312605812652759,
|
16 |
+
0.0, 0.0, 0.0, 1.0]
|
17 |
+
distortion_coefficients: [0.5124456275983791, 0.1183716939017548, 6.664706390223596e-05,
|
18 |
+
0.0008408430780571384, 0.011001285241218404, 0.7946602801800285, 0.1281440933685308,
|
19 |
+
0.039739477209162065]
|
20 |
+
distortion_type: radialtangential8
|
21 |
+
focal_length: [270.6592897084914, 270.6889084240239]
|
22 |
+
image_dimension: [640, 480]
|
23 |
+
principal_point: [323.6443046844411, 250.56110650729707]
|