Commit b1bf1dee authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed 2 bugs in reference manuals

parent e60b8dfb
......@@ -106,7 +106,7 @@ The functions below use the above model to do the following:
calibrateCamera
---------------
.. ocv:function:: double calibrateCamera( InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArray rvecs, OutputArray tvecs, int flags=0 )
.. ocv:function:: double calibrateCamera( InputArrayOfArrays objectPoints, InputArrayOfArrays imagePoints, Size imageSize, InputOutputArray cameraMatrix, InputOutputArray distCoeffs, OutputArrayOfArrays rvecs, OutputArrayOfArrays tvecs, int flags=0 )
Finds the camera intrinsic and extrinsic parameters from several views of a calibration pattern.
......
......@@ -130,7 +130,7 @@ where
dst(i)=(x'_i,y'_i),
src(i)=(x_i, y_i),
i=0,1,2
i=0,1,2,3
See Also:
:ocv:func:`findHomography`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment