Commit 4c9c27b2 authored by Daniil Osokin's avatar Daniil Osokin

Fixed formula of YCrCb to RGB conversion (bug #2725)

parent 8521ac5d
......@@ -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::
......
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