added Filter Engine to gpu module.
authorVladislav Vinogradov <no@email>
Wed, 6 Oct 2010 14:32:13 +0000 (14:32 +0000)
committerVladislav Vinogradov <no@email>
Wed, 6 Oct 2010 14:32:13 +0000 (14:32 +0000)
commit66df8ef06c3f1fc71ec0968962df7fbee1f77761
tree95f2de8022aebd075c1e883365a3201b06746cdf
parent7a3b0785d7abdf12f55354c1dedd3a2949e5cbbf
added Filter Engine to gpu module.
disabled gpu::sum, gpu::minMax, gpu:Canny until fix crash.
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/arithm.cpp
modules/gpu/src/filtering_npp.cpp
modules/gpu/src/imgproc_gpu.cpp
tests/gpu/src/filters.cpp [new file with mode: 0644]
tests/gpu/src/gputest_main.cpp
tests/gpu/src/imgproc_gpu.cpp
tests/gpu/src/morf_filters.cpp [deleted file]