From 5785a890531bb919528fb5e357e657ca7d34759a Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Tue, 21 Feb 2012 04:42:34 +0000 Subject: [PATCH] fixed #1614 --- .../calib3d/doc/camera_calibration_and_3d_reconstruction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst b/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst index 010f97914f..bf7396e43b 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. -- GitLab