mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
BP doc change according to Adrian's request (OpenCV book co-author)
This commit is contained in:
parent
03f7d2f1ca
commit
79d5724794
@ -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::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user