Find some typo in documentation

asked 2014-06-22 21:53:29 -0600

junhan gravatar image

Hi, I found a tiny typo in documentation but I don't know how to correct it. In the link below, http://docs.opencv.org/trunk/doc/py_tutorials/py_calib3d/py_calibration/py_calibration.html#calibration

I believe in the "setup" chapter, cv2.drawChessboardCorners(img, (7,6), corners2,ret) has an extra '2. As I tried out myself, it should be cv2.drawChessboardCorners(img, (7,6), corners,ret).

Sure, it's not a big deal. Still hope anyone who has the access can fix that! :)

edit retag flag offensive close merge delete

Comments

seems, you're right. thanks for reporting.

it does not need special access to fix it, you might even go and do that

berak gravatar imageberak ( 2014-06-23 01:49:03 -0600 )edit

Thanks for your information

junhan gravatar imagejunhan ( 2014-06-25 19:49:24 -0600 )edit