cv::cuda::cvtColor bug fix (#10640)
authorNamgoo Lee <lee.namgoo@sualab.com>
Fri, 19 Jan 2018 11:06:05 +0000 (20:06 +0900)
committerVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Fri, 19 Jan 2018 11:06:05 +0000 (14:06 +0300)
commit25c36fb05fdd92189cc7d5ff646e34e06bcda996
treeb3dd61fa52f85035043a8557e88b171de6ff7842
parent71ba54b2f414fd899a9a82c15f4b7c7cc16d4cf5
cv::cuda::cvtColor bug fix (#10640)

* cuda::cvtColor bug fix

Fixed bug in conversion formula between RGB space and LUV space.
Testing with opencv_test_cudaimgproc.exe, this commit reduces the number
of failed tests from 191 to 95. (96 more tests pass)

* Rename variables
modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp