Ask Your Question
0

Resolution and camera calibration

asked 2013-01-30 06:14:23 -0600

NightLife gravatar image

Hey guys, I have a conceptual problem in the field of camera calibration.

If I reduce the resolution of images(the chessboard images and the images that should aplly to algorithm for final results), the calibration algorithm works normally?

Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-01-30 23:04:37 -0600

mgb gravatar image

Yes if you scale down the calibration images and the final images in the same way then everything cancels out.

You can also do the calibration at full resolution and then scale down the images - you just have to scale some of the calibration factors, fx,fy,cx,cy and the distortion values by the same factor.

Trickier is using a sub region of the calibrated image, the undistort is based on radial terms from the center so you need a little more 'finesse'

edit flag offensive delete link more

Comments

Thanks, but my problem is that with high resolution images, the openCV can not find the corners to do the calibration. do you have any Idea about this problem?!!!!

NightLife gravatar imageNightLife ( 2013-01-31 02:08:38 -0600 )edit

Try adding a thick white border to the chessboard. I find this helps to improve the detection.

LostStar gravatar imageLostStar ( 2013-02-04 21:18:23 -0600 )edit

Question Tools

Stats

Asked: 2013-01-30 06:14:23 -0600

Seen: 1,861 times

Last updated: Jan 30 '13