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

camera calibration quality

asked 2017-03-07 16:06:17 -0500

psi gravatar image

updated 2017-03-08 05:22:08 -0500

Hi, all! I am using camera calibration node for monocular camera. Is there any criterion that says how well the camera was calibrated? And the second question is: should I pass rectified image to some algorithm after calibration or it will be redundant?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2017-08-07 08:28:01 -0500

Higarian gravatar image

According to the official ROS documentation available here you can check your calibration using cameracheck.py the following way:

rosrun camera_calibration cameracheck.py --size 8x6 monocular:=/forearm image:=image_rect

Remember that you need to click COMMIT after your calibration is done for the calibration parameters to be uploaded to the camera driver.

edit flag offensive delete link more
0

answered 2017-08-03 05:49:15 -0500

Hi! You can pass the camera matrix to image rect and check wether the undistorted image looks good or not.

edit flag offensive delete link more

Comments

As I understood from your post the quality is measured by sight.

psi gravatar image psi  ( 2017-08-03 09:47:47 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2017-03-07 16:06:17 -0500

Seen: 805 times

Last updated: Aug 07 '17