mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Merge pull request #348 from Daniil-Osokin:bugfix_YCrCb_formula
This commit is contained in:
commit
3a9c978b5e
@ -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…
Reference in New Issue
Block a user