pico-robotics-basic / sample_04 /undistort_camera.json
skycn110's picture
add sample_04/undistort_camera.json
1290672 verified
Raw
History Blame Contribute Delete
495 Bytes
{
"K_original": [
[
845.2,
0.0,
958.5
],
[
0.0,
845.2,
732.1
],
[
0.0,
0.0,
1.0
]
],
"K_new": [
[
587.2528887906565,
0.0,
954.5175361762525
],
[
0.0,
587.2528887906565,
735.2596340215703
],
[
0.0,
0.0,
1.0
]
],
"D": [
-0.052,
0.013,
-0.004,
0.0008
],
"resolution": [
1920,
1456
],
"balance": 0.0
}