added cvtColor on gpu (supports conversion between RGB, BGR and GRAY)
authorVladislav Vinogradov <no@email>
Mon, 30 Aug 2010 13:41:26 +0000 (13:41 +0000)
committerVladislav Vinogradov <no@email>
Mon, 30 Aug 2010 13:41:26 +0000 (13:41 +0000)
commit0a73af8e22d8e20fb7572b04e435af6b4953959b
treef5b641e5a9b04ff8bc7f47b17fb1315da947ecc5
parent62b47108a0c8ac397b188c5b136e6e45e76da4c3
added cvtColor on gpu (supports conversion between RGB, BGR and GRAY)
modules/gpu/CMakeLists.txt
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/cuda/color.cu [new file with mode: 0644]
modules/gpu/src/imgproc_gpu.cpp
modules/gpu/src/precomp.hpp