How can we correct the camera calibration tutorial?

asked 2015-11-12 06:00:34 -0600

updated 2020-11-01 06:08:31 -0600

Dear OpenCV developpers, I've checked the camera model used in openCV and it appears that there are inconsistencies between http://docs.opencv.org/2.4/modules/ca...

and

http://docs.opencv.org/3.0-last-rst/d...

The first is coherent with the Bouguet camera toolbox model and with the code of the function initUndistortRectifyMap in modules/imgproc/src/undistort.cpp

But in the second page (tutorial) the distorsion is described to be applyed in the wrong order.

Could the tutorial be corrected? may be the wrong desciption of the model should just be removed and a link to the right one can replace it. I lost a long time to figure out which version was correct so may be we can save the time of other users....

Bertrand

edit retag flag offensive close merge delete

Comments

1

here's the current 3.0 one - can you check it ?

help indeed is always welcome:

https://github.com/Itseez/opencv/wiki...

berak gravatar imageberak ( 2015-11-12 06:05:16 -0600 )edit

Same observation here.

Eduardo gravatar imageEduardo ( 2015-11-12 17:44:42 -0600 )edit