added debayer to gpu::cvtColor
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 2 Aug 2012 11:04:00 +0000 (15:04 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 7 Aug 2012 09:34:11 +0000 (13:34 +0400)
commit7b025474e2977cadd33f73db1a0f5c6f461301ff
tree3e2a62eb212210875f3da7a6226dba6753a4886f
parentc0d3adef256bbdfe3685b172635db6e3ccbf8ca3
added debayer to gpu::cvtColor
modules/gpu/src/color.cpp
modules/gpu/src/cuda/debayer.cu [new file with mode: 0644]
modules/gpu/test/test_color.cpp