ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

The calibration matrix, as written out by cameracalibrator.py is as follows:

Fx  0  Cx
0   Fy Cy
0   0   1

where Fx and Fy are the x and y focal lengths in pixels, and (Cx, Cy) is the principal point.

The calibration camera matrix, as written out by cameracalibrator.py is as follows:

Fx  0  Cx
0   Fy Cy
0   0   1

where Fx and Fy are the x and y focal lengths in pixels, and (Cx, Cy) is the principal point.