diff --git a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst b/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst index 010f97914f450f93c4a4ff48542dca7c97797f7a..bf7396e43bdd637e821d8cb40012b95b813a609f 100644 --- a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst +++ b/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst @@ -1087,7 +1087,7 @@ Computes disparity using the BM algorithm for a rectified stereo pair. .. ocv:pyoldfunction:: cv.FindStereoCorrespondenceBM(left, right, disparity, state)-> None - :param left: Left 8-bit single-channel or 3-channel image. + :param left: Left 8-bit single-channel image. :param right: Right image of the same size and the same type as the left one.