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:
committed by
Alexander Smorkalov
parent
7316676c41
commit
00575b346d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user