added gpu version of LUT, integral, boxFilter and cvtColor (RGB <-> YCrCb), based...
authorVladislav Vinogradov <no@email>
Wed, 22 Sep 2010 10:58:01 +0000 (10:58 +0000)
committerVladislav Vinogradov <no@email>
Wed, 22 Sep 2010 10:58:01 +0000 (10:58 +0000)
commit4100cbd9973c1e563a53e1ed13a22d9992673c7f
tree95857bf2e98bd77c60f1b25fa2c2ddd062986a8b
parent0c771221a3c775cffe039a1adbbd54a0a974d51a
added gpu version of LUT, integral, boxFilter and cvtColor (RGB <-> YCrCb), based on NPP.
minor refactoring of GPU module and GPU tests, split arithm and imgproc parts.
19 files changed:
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/src/arithm.cpp
modules/gpu/src/cuda/color.cu
modules/gpu/src/filtering_npp.cpp
modules/gpu/src/imgproc_gpu.cpp
tests/gpu/src/arithm.cpp [new file with mode: 0644]
tests/gpu/src/gputest.hpp
tests/gpu/src/imgproc_gpu.cpp [new file with mode: 0644]
tests/gpu/src/meanshift.cpp
tests/gpu/src/morf_filters.cpp
tests/gpu/src/npp_image_arithm.cpp [deleted file]
tests/gpu/src/operator_async_call.cpp
tests/gpu/src/operator_convert_to.cpp
tests/gpu/src/operator_copy_to.cpp
tests/gpu/src/operator_set_to.cpp
tests/gpu/src/stereo_bm.cpp
tests/gpu/src/stereo_bm_async.cpp
tests/gpu/src/stereo_bp.cpp
tests/gpu/src/stereo_csbp.cpp