Merge pull request #448 from Nerei:bp_doc_change_24

This commit is contained in:
Andrey Kamaev 2013-02-08 14:29:56 +04:00 committed by OpenCV Buildbot
commit 9591fb8f63

View File

@ -182,7 +182,7 @@ Enables the :ocv:class:`gpu::StereoBeliefPropagation` constructors.
.. math::
DataCost = data \_ weight \cdot \min ( \lvert I_2-I_1 \rvert , max \_ data \_ term)
DataCost = data \_ weight \cdot \min ( \lvert Img_Left(x,y)-Img_Right(x-d,y) \rvert , max \_ data \_ term)
.. math::