1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Merge pull request #348 from Daniil-Osokin:bugfix_YCrCb_formula

This commit is contained in:
Andrey Kamaev
2013-01-28 23:56:41 +04:00
committed by OpenCV Buildbot
@@ -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::