Skip to content

Commit

Permalink
Merge pull request opencv#15838 from oleg-alexandrov:patch-2
Browse files Browse the repository at this point in the history
Correct stereoRectify documentation
  • Loading branch information
oleg-alexandrov authored and alalek committed Nov 3, 2019
1 parent d5bbb16 commit 53139e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/calib3d/include/opencv2/calib3d.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1543,8 +1543,8 @@ CV_EXPORTS_W double stereoCalibrate( InputArrayOfArrays objectPoints,
@param cameraMatrix2 Second camera matrix.
@param distCoeffs2 Second camera distortion parameters.
@param imageSize Size of the image used for stereo calibration.
@param R Rotation matrix from the coordinate system of the second camera to the first.
@param T Translation vector from the coordinate system of the second camera to the first.
@param R Rotation matrix from the coordinate system of the first camera to the second.
@param T Translation vector from the coordinate system of the first camera to the second.
@param R1 Output 3x3 rectification transform (rotation matrix) for the first camera.
@param R2 Output 3x3 rectification transform (rotation matrix) for the second camera.
@param P1 Output 3x4 projection matrix in the new (rectified) coordinate systems for the first
Expand Down

0 comments on commit 53139e6

Please sign in to comment.