Commit 3a9c978b authored by Andrey Kamaev's avatar Andrey Kamaev Committed by OpenCV Buildbot

Merge pull request #348 from Daniil-Osokin:bugfix_YCrCb_formula

parents 6abb69bd 4c9c27b2
...@@ -183,7 +183,7 @@ The function can do the following transformations: ...@@ -183,7 +183,7 @@ The function can do the following transformations:
.. math:: .. 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:: .. math::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment