-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Hello, I got the results from the calibration thanks to your repo.
I am trying to get the parameters to create a .yaml config for ORBSLAM3.
How do I get the coefficients something like this here if I have an output of my results in the camera calibration as shown below? I need the coefficients for the Camera.fx, Camera.fy, Camera.cx, and Camera.cy but it don't seem to be explicitly displayed in the json file which was produced.
{
"final_reproj_error": 0.4680723123482971,
"fps": 29.97002997002997,
"image_height": 540,
"image_width": 960,
"intrinsic_type": "DIVISION_UNDISTORTION",
"intrinsics": {
"aspect_ratio": 1.0151692796284786,
"div_undist_distortion": 6.477186344000926e-07,
"focal_length": 648.9719606689928,
"principal_pt_x": 481.39044108629906,
"principal_pt_y": 270.0444019781233,
"skew": 0.0
},
"nr_calib_images": 106,
"stabelized": false
}