new implementation of gpu debayer
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Mon, 6 Aug 2012 06:58:11 +0000 (10:58 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Tue, 7 Aug 2012 09:34:11 +0000 (13:34 +0400)
commit8624d18ca5694be59d8a689c28c5f572751f9f71
treeac8825de611274354ab9cbdd84d27a095af63141
parent5ce896d9ee6963760734fdcf55e23f93ed1f45b8
new implementation of gpu debayer

* without border extrapolation
* with aligned write
* process 4 pixels per thread in 8u case
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/src/color.cpp
modules/gpu/src/cuda/debayer.cu
modules/gpu/test/test_color.cpp