1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Fixed range for 'v' channel for 8U images.

(cherry picked from commit b027eac173)
This commit is contained in:
Alexander Karsakov
2014-08-20 11:09:21 +04:00
committed by Alexander Smorkalov
parent 7316676c41
commit 00575b346d
3 changed files with 7 additions and 7 deletions
@@ -383,7 +383,7 @@ The function can do the following transformations:
.. math::
L \leftarrow 255/100 L, \; u \leftarrow 255/354 (u + 134), \; v \leftarrow 255/256 (v + 140)
L \leftarrow 255/100 L, \; u \leftarrow 255/354 (u + 134), \; v \leftarrow 255/262 (v + 140)
* 16-bit images
(currently not supported)