Fixed formula of YCrCb to RGB conversion (bug #2725)
authorDaniil Osokin <daniil.osokin@itseez.com>
Mon, 28 Jan 2013 14:29:01 +0000 (18:29 +0400)
committerDaniil Osokin <daniil.osokin@itseez.com>
Mon, 28 Jan 2013 14:29:01 +0000 (18:29 +0400)
modules/imgproc/doc/miscellaneous_transformations.rst

index 6d91d89..4ebf6d5 100644 (file)
@@ -183,7 +183,7 @@ The function can do the following transformations:
 
     .. math::
 
-        G  \leftarrow Y - 0.344  \cdot (Cr - delta) - 0.714  \cdot (Cb - delta)
+        G  \leftarrow Y - 0.714  \cdot (Cr - delta) - 0.344  \cdot (Cb - delta)
 
     .. math::