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

pull/348/head
Daniil Osokin 12 years ago
parent 8521ac5d21
commit 4c9c27b244
  1. 2
      modules/imgproc/doc/miscellaneous_transformations.rst

@ -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::

Loading…
Cancel
Save