This commit is contained in:
Alexander Shishkov 2012-02-21 04:42:34 +00:00
parent b294383199
commit 5785a89053

View File

@ -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.