Fixed range for 'v' channel for 8U images

This commit is contained in:
Alexander Karsakov
2014-08-20 15:07:19 +04:00
parent de2a8d3706
commit 3d222d313b
5 changed files with 11 additions and 11 deletions

View File

@@ -380,7 +380,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)