Files
PhotonVision/test-resources/calibration/laptop_1280.json
Mohammad Durrani 05198ef294 Aruco Support for AprilTag Detection (Experimental) (#636)
Uses OpenCV's aruco module for AprilTag detection.
2023-01-05 13:25:44 -05:00

34 lines
923 B
JSON

{
"resolution": {
"width": 1280.0,
"height": 720.0
},
"cameraIntrinsics": {
"rows": 3,
"cols": 3,
"type": 6,
"data": [
772.8811133362973, 0.0, 658.195907928895, 0.0, 774.614883980155,
382.51346080446376, 0.0, 0.0, 1.0
]
},
"cameraExtrinsics": {
"rows": 1,
"cols": 5,
"type": 6,
"data": [
0.012379991516584503, -0.02480531511889502, -0.0019890797679669916,
0.004880819847116537, 0.011416616592083246
]
},
"perViewErrors": [
0.3638546496153099, 0.320248621678274, 0.5961721612674044,
0.36471868370313654, 0.8867304205602674, 0.33170668499682465,
1.1510901610887656, 0.3135195406442026, 0.6278864159169598,
0.8112949178024729, 0.3712810633477184, 0.9395284037997239,
1.3962516818958053, 0.4955041432920438, 0.36239257683589704,
0.8017916217152257, 0.3702170636543333
],
"standardDeviation": 0.3191763323035045
}