Skip to content

Commit c180c14

Browse files
committed
add p5 and p6 calibrations
1 parent 51f901b commit c180c14

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-0
lines changed

saved_calibrations/p5.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"calibration_date": "2024-03-06 15:29:34.314124",
3+
"img_size": [
4+
1600,
5+
1200
6+
],
7+
"camera_matrix": [
8+
[
9+
906.7471799783518,
10+
0.0,
11+
878.322142897666
12+
],
13+
[
14+
0.0,
15+
905.2088903665425,
16+
674.4563298191324
17+
],
18+
[
19+
0.0,
20+
0.0,
21+
1.0
22+
]
23+
],
24+
"distortion_coefficients": [
25+
[
26+
0.052392099743936535,
27+
-0.08614417841277726,
28+
-0.00016209380363317553,
29+
0.0013790538230268811,
30+
0.026253618713466854
31+
]
32+
],
33+
"avg_reprojection_error": 0.5642941377616868
34+
}

saved_calibrations/p6.json

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"calibration_date": "2024-03-06 15:40:07.562201",
3+
"img_size": [
4+
1600,
5+
1200
6+
],
7+
"camera_matrix": [
8+
[
9+
902.6153402103407,
10+
0.0,
11+
833.6557512088465
12+
],
13+
[
14+
0.0,
15+
900.7458218423124,
16+
695.6148800996997
17+
],
18+
[
19+
0.0,
20+
0.0,
21+
1.0
22+
]
23+
],
24+
"distortion_coefficients": [
25+
[
26+
0.0552411619116346,
27+
-0.09004633002908727,
28+
-7.570341127026477e-06,
29+
0.0002218803096875224,
30+
0.027984677287416344
31+
]
32+
],
33+
"avg_reprojection_error": 0.4010485868337233
34+
}

0 commit comments

Comments
 (0)