Is there a quick way to see whether the camera calibration result is good or not?

asked 2020-03-19 19:20:10 -0500

ducnan gravatar image

Hi,

I am new to the camera calibration process and I just use the camera_calibration package to get some parameters for my stereo camera. But I wonder is there a way to know whether those results are good or not (by simply looking at the value) ?

The following are the result I get; I think the fx and fy value looks really weird:

[image]

width
640

height
480

[narrow_stereo/left]

camera matrix
1264.936725 0.000000 332.084760

0.000000 625.309238 223.462293
0.000000 0.000000 1.000000

distortion
0.122248 -0.440748 0.000017 0.004813 0.000000

rectification
0.998798 0.035876 -0.033385

-0.035331 0.999235 0.016790
0.033962 -0.015590 0.999302

projection
1521.650818 0.000000 350.358271 0.000000
0.000000 1521.650818 229.707029 0.000000
0.000000 0.000000 1.000000 0.000000

[image]

width
640

height
480

[narrow_stereo/right]

camera matrix

1272.501258 0.000000 337.969509
0.000000 628.290515 237.343694
0.000000 0.000000 1.000000

distortion
0.185606 -0.911137 0.000831 0.009297 0.000000

rectification
0.998980 0.032316 -0.031534
-0.032823 0.999338 -0.015681
0.031007 0.016700 0.999380

projection
1521.650818 0.000000 350.358271 -2.507302
0.000000 1521.650818 229.707029 0.000000
0.000000 0.000000 1.000000 0.000000

Appreciate it if anyone can take a quick look and help me identify this problem.

Thanks in advance Duncan

edit retag flag offensive close merge delete