mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Fixed formula of YCrCb to RGB conversion (bug #2725)
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user