gpu device layer code refactoring
authorVladislav Vinogradov <no@email>
Wed, 3 Aug 2011 12:10:36 +0000 (12:10 +0000)
committerVladislav Vinogradov <no@email>
Wed, 3 Aug 2011 12:10:36 +0000 (12:10 +0000)
commit3ab2728da16e2a0440204603a6222ace4070a3bb
tree330adcd929c7400a17285613985d2da3ab721b40
parentfa0daa48098e03ada908e3993ee924d552e1d288
gpu device layer code refactoring
28 files changed:
modules/gpu/CMakeLists.txt
modules/gpu/src/color.cpp
modules/gpu/src/cuda/brute_force_matcher.cu
modules/gpu/src/cuda/color.cu
modules/gpu/src/cuda/element_operations.cu
modules/gpu/src/cuda/filters.cu
modules/gpu/src/cuda/hist.cu
modules/gpu/src/cuda/match_template.cu
modules/gpu/src/cuda/mathfunc.cu
modules/gpu/src/cuda/matrix_reductions.cu
modules/gpu/src/cuda/stereobp.cu
modules/gpu/src/cuda/stereocsbp.cu
modules/gpu/src/cuda/surf.cu
modules/gpu/src/opencv2/gpu/device/border_interpolate.hpp
modules/gpu/src/opencv2/gpu/device/color.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/datamov_utils.hpp
modules/gpu/src/opencv2/gpu/device/detail/color.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/detail/transform.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/functional.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/limits.hpp [moved from modules/gpu/src/opencv2/gpu/device/limits_gpu.hpp with 92% similarity]
modules/gpu/src/opencv2/gpu/device/saturate_cast.hpp
modules/gpu/src/opencv2/gpu/device/transform.hpp
modules/gpu/src/opencv2/gpu/device/utility.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/vec_math.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/vec_traits.hpp [new file with mode: 0644]
modules/gpu/src/opencv2/gpu/device/vecmath.hpp [deleted file]
modules/gpu/src/surf.cpp
samples/gpu/performance/tests.cpp