added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 30 Jul 2012 11:18:48 +0000 (15:18 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 31 Jul 2012 08:46:04 +0000 (12:46 +0400)
commit051adcb78606effd24fdcb9842d19c568c67084e
treec7594aedfef4c45f7370083943ac0799e7e4eba7
parent484e83a9b6c97ad3b235cc56ec8927cf20ed1739
added gpu BGR<->Lab and RGB<->Luv color conversion and gammaCorrection
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/color.cpp
modules/gpu/test/test_color.cpp