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

Option --square for camera calibration with circle/acircle pattern

asked 2019-07-04 02:48:31 -0500

astero gravatar image

Hello,

I have a question regarding the camera_calibration package. In the documentation (http://wiki.ros.org/camera_calibration) it is mentioned that it is possible to use a circular / asymmetric circular calibration pattern. However, there are no further information about how to set the parameter --square. Should it be the spacing between circles or the diameter (radius?) of an individual circle?

Thanks for your help.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-07-04 04:01:25 -0500

Calibration patterns work because they have clear features which can be precisely located, the corner of a squares in the case of a checker board or the centre of circles in the case of the circular pattern. In both cases the spacing is the distance between these features.

In the case of the circular pattern you need to specify the distance between the centres of the circles. ROS uses OpenCV to perform the vision processing for this, which is described here.

Hope this helps.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-07-04 02:48:31 -0500

Seen: 681 times

Last updated: Jul 04 '19