BP doc change according to Adrian's request (OpenCV book co-author)
authorAnatoly Baksheev <no@email>
Thu, 7 Feb 2013 18:25:15 +0000 (22:25 +0400)
committerAnatoly Baksheev <no@email>
Thu, 7 Feb 2013 18:31:39 +0000 (22:31 +0400)
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst

index 537aa6f..587c253 100644 (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::