Calculate the undistorted points of the calibration pattern of a fisheye lense

asked 2015-08-25 02:52:31 -0600

I have successfully calibrated and undistorted the image, which is distorted by a fisheye lense. For the measurement of the undistortion i want calculate the error of the distortion. For this measurement i need to calculate the calibration pattern points in the image coordinate space (pefect points) and the undistorted points done by the undistortImage() method. I have already calculated the "perfect points" and i wanted to calculate the undistorted points using the formula in (http://docs.opencv.org/master/db/d58/...). But i didn't get the result I've expected. The problem is the transformation from the camera to the image coordinate system. u=fx(x′+αy′)+cx v=fy *y *y+cy. Has anybody an idea where my I make a mistake?

edit retag flag offensive close merge delete

Comments

Have you seen this post?

LBerger gravatar imageLBerger ( 2015-08-25 06:30:05 -0600 )edit