BP doc change according to Adrian's request (OpenCV book co-author)

This commit is contained in:
Anatoly Baksheev 2013-02-07 22:25:15 +04:00
parent 03f7d2f1ca
commit 79d5724794

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::